From 849902b4867d37919429532467519df9c6b6cbb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 05:17:03 +0000 Subject: [PATCH] Bump megalinter/megalinter from 8.2.0 to 8.3.0 Bumps [megalinter/megalinter](https://github.com/megalinter/megalinter) from 8.2.0 to 8.3.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.2.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] --- .github/workflows/megalinter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/megalinter.yml b/.github/workflows/megalinter.yml index 2aca414..2358e6f 100644 --- a/.github/workflows/megalinter.yml +++ b/.github/workflows/megalinter.yml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Mega Linter - uses: megalinter/megalinter/flavors/go@v8.2.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. Override with true if you always want to lint all sources VALIDATE_ALL_CODEBASE: true