build(deps): bump megalinter/megalinter (#89)

Bumps the dependencies group with 1 update in the / directory: [megalinter/megalinter](https://github.com/megalinter/megalinter).


Updates `megalinter/megalinter` from 8.4.2 to 8.5.0
- [Release notes](https://github.com/megalinter/megalinter/releases)
- [Changelog](https://github.com/oxsecurity/megalinter/blob/main/CHANGELOG.md)
- [Commits](https://github.com/megalinter/megalinter/compare/v8.4.2...v8.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-04-25 22:52:13 +02:00
committed by GitHub
parent f2550c1971
commit 8131645cdb

View File

@@ -25,7 +25,7 @@ jobs:
- uses: golangci/golangci-lint-action@v7.0.0
with:
version: v2.0.2
- uses: megalinter/megalinter/flavors/go@v8.4.2
- uses: megalinter/megalinter/flavors/go@v8.5.0
env:
DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}