From 02cc48ad28375e3a43554643ae9f8a49c65d1e25 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 15:12:03 +0000 Subject: [PATCH] chore(deps): update oxsecurity/megalinter action to v9 --- .github/workflows/mega-linter.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mega-linter.yaml b/.github/workflows/mega-linter.yaml index 92f4fa0..50b336b 100644 --- a/.github/workflows/mega-linter.yaml +++ b/.github/workflows/mega-linter.yaml @@ -35,7 +35,7 @@ jobs: - name: MegaLinter id: ml - uses: oxsecurity/megalinter@v8 + uses: oxsecurity/megalinter@8fbdead70d1409964ab3d5afa885e18ee85388bb # v9 env: VALIDATE_ALL_CODEBASE: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}