Skip to content

Commit

Permalink
Merge pull request #1 from iggy/dependabot/github_actions/megalinter/…
Browse files Browse the repository at this point in the history
…megalinter-6.19.0

Bump megalinter/megalinter from 6.10.0 to 6.19.0
  • Loading branch information
iggy authored Feb 20, 2023
2 parents b2c86f6 + 7be36b1 commit 2b4f81e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/megalinter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Mega Linter
uses: megalinter/megalinter/flavors/go@v6.10.0
uses: megalinter/megalinter/flavors/go@v6.19.0
env:
# VALIDATE_ALL_CODEBASE: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
# Validates all source when push on main, else just the git diff with main.
Expand Down

0 comments on commit 2b4f81e

Please sign in to comment.