From dc90462949d9662bd1f6f81b45b855ed9a9e980e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 00:47:05 +0000 Subject: [PATCH] chore(deps): 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 6dd9650..6a0c484 100644 --- a/.github/workflows/megalinter.yaml +++ b/.github/workflows/megalinter.yaml @@ -21,7 +21,7 @@ jobs: go-version-file: 'go.mod' - run: go build ./... - 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.