build(deps): bump megalinter/megalinter in the dependencies group (#101)

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


Updates `megalinter/megalinter` from 8.5.0 to 8.6.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.5.0...v8.6.0)

---
updated-dependencies:
- dependency-name: megalinter/megalinter
  dependency-version: 8.6.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-05-03 09:21:39 +00:00
committed by GitHub
parent 268a69b6d1
commit 7c0b21a846

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.5.0
- uses: megalinter/megalinter/flavors/go@v8.6.0
env:
DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}