From 6ce0d67de1f6b60db8b37a9515a4935d8438f851 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 17:26:23 +0000 Subject: [PATCH] chore(deps): update oxsecurity/megalinter action to v9.6.0 --- .github/workflows/00-ci.yaml | 2 +- .github/workflows/05-repository-quality.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/00-ci.yaml b/.github/workflows/00-ci.yaml index 22ecbbb..5da5c20 100644 --- a/.github/workflows/00-ci.yaml +++ b/.github/workflows/00-ci.yaml @@ -327,7 +327,7 @@ jobs: - name: Run MegaLinter id: megalinter continue-on-error: true - uses: oxsecurity/megalinter@0e3ce9b9c8c10effb9b269509cc47ca17cae31c7 # v9.5.0 + uses: oxsecurity/megalinter@ef3e84b8b836d76db562d0f3ed7da61e8fd538bc # v9.6.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} APPLY_FIXES: none diff --git a/.github/workflows/05-repository-quality.yaml b/.github/workflows/05-repository-quality.yaml index 960b090..1566d1b 100644 --- a/.github/workflows/05-repository-quality.yaml +++ b/.github/workflows/05-repository-quality.yaml @@ -163,7 +163,7 @@ jobs: - name: Run MegaLinter id: megalinter - uses: oxsecurity/megalinter@0e3ce9b9c8c10effb9b269509cc47ca17cae31c7 # v9.5.0 + uses: oxsecurity/megalinter@ef3e84b8b836d76db562d0f3ed7da61e8fd538bc # v9.6.0 env: # Enables individual linter status checks when GitHub permits them. GITHUB_TOKEN: ${{ github.token }}