Skip to content

Commit

Permalink
Bump megalinter/megalinter from 8.1.0 to 8.3.0
Browse files Browse the repository at this point in the history
Bumps [megalinter/megalinter](https://github.com/megalinter/megalinter) from 8.1.0 to 8.3.0.
- [Release notes](https://github.com/megalinter/megalinter/releases)
- [Changelog](https://github.com/oxsecurity/megalinter/blob/main/CHANGELOG.md)
- [Commits](oxsecurity/megalinter@v8.1.0...v8.3.0)

---
updated-dependencies:
- dependency-name: megalinter/megalinter
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 10, 2024
1 parent 14f3dfe commit 306e967
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 @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Mega Linter
uses: megalinter/megalinter/flavors/go@v8.1.0
uses: megalinter/megalinter/flavors/go@v8.3.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 306e967

Please sign in to comment.