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 }}