diff --git a/.github/workflows/lint-app.yml b/.github/workflows/lint-app.yml index a0d4a47..eb3c6f4 100644 --- a/.github/workflows/lint-app.yml +++ b/.github/workflows/lint-app.yml @@ -48,7 +48,7 @@ jobs: - name: MegaLinter id: megalinter - uses: oxsecurity/megalinter@0e3ce9b9c8c10effb9b269509cc47ca17cae31c7 # v9.5.0 + uses: oxsecurity/megalinter@ef3e84b8b836d76db562d0f3ed7da61e8fd538bc # v9.6.0 continue-on-error: true # let the SARIF upload run before we gate env: DEFAULT_BRANCH: ${{ inputs.default-branch }}