From a8ca8184b4c6a6906faf59d6d595ac42e208922e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 13:16:50 +0000 Subject: [PATCH] Bump megalinter/megalinter from 9.3.0 to 9.4.0 Bumps [megalinter/megalinter](https://github.com/megalinter/megalinter) from 9.3.0 to 9.4.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/v9.3.0...v9.4.0) --- updated-dependencies: - dependency-name: megalinter/megalinter dependency-version: 9.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 a7ee563..e5a1bfc 100644 --- a/.github/workflows/megalinter.yaml +++ b/.github/workflows/megalinter.yaml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Mega Linter - uses: megalinter/megalinter/flavors/go@v9.3.0 + uses: megalinter/megalinter/flavors/go@v9.4.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.