From baf9d37560a5579be0767695472cfa8317c36e62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 12:43:12 +0000 Subject: [PATCH] Bump megalinter/megalinter from 7.13.0 to 8.0.0 Bumps [megalinter/megalinter](https://github.com/megalinter/megalinter) from 7.13.0 to 8.0.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/v7.13.0...v8.0.0) --- updated-dependencies: - dependency-name: megalinter/megalinter dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/megalinter.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/megalinter.yaml b/.github/workflows/megalinter.yaml index 950fa30..79b5c42 100644 --- a/.github/workflows/megalinter.yaml +++ b/.github/workflows/megalinter.yaml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Mega Linter - uses: megalinter/megalinter/flavors/go@v7.13.0 + uses: megalinter/megalinter/flavors/go@v8.0.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.