diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 1f23261e7..fd3bbf35c 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -89,6 +89,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@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4, https://github.com/github/codeql-action + uses: github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee # v4, https://github.com/github/codeql-action with: sarif_file: results.sarif