diff --git a/.github/workflows/malcontent.yaml b/.github/workflows/malcontent.yaml index 4688949..941eae4 100644 --- a/.github/workflows/malcontent.yaml +++ b/.github/workflows/malcontent.yaml @@ -35,7 +35,7 @@ jobs: # NB: Could also set `fail-on-increase: false` and use `if: ${{steps.malcontent.outputs.risk-delta > 5}}` to allow some risk increase - name: Upload SARIF - uses: github/codeql-action/upload-sarif@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 #v3.29.0 - 11 Jun 2025 + uses: github/codeql-action/upload-sarif@f443b600d91635bebf5b0d9ebc620189c0d6fba5 #v3.29.0 - 11 Jun 2025 if: always() # Upload even if the malcontent check fails with: sarif_file: ${{ steps.malcontent.outputs.sarif-file }}