diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index f46978104..05de4b4dd 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -94,6 +94,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard (optional). # Commenting out will disable upload of results to your repo's Code Scanning dashboard - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee # v4, https://github.com/github/codeql-action + uses: github/codeql-action/upload-sarif@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4, https://github.com/github/codeql-action with: sarif_file: results.sarif