From 8131645cdbb1b924c0bc2c621e8644f4ae67c8e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Apr 2025 22:52:13 +0200 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index dd1f9707..f426299c 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -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 }}