From 603b113a1dd3fcc17d94fa62ac98838f041d15b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 12:06:25 +0000 Subject: [PATCH] Bump megalinter/megalinter from 9.1.0 to 9.3.0 Bumps [megalinter/megalinter](https://github.com/megalinter/megalinter) from 9.1.0 to 9.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/v9.1.0...v9.3.0) --- updated-dependencies: - dependency-name: megalinter/megalinter dependency-version: 9.3.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 ed3d6cf..25028a3 100644 --- a/.github/workflows/megalinter.yaml +++ b/.github/workflows/megalinter.yaml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: Mega Linter - uses: megalinter/megalinter/flavors/go@v9.1.0 + uses: megalinter/megalinter/flavors/go@v9.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.