From 09e0de60531c1c20074828138f88681cb8d7a26b Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Sat, 25 Jan 2025 14:27:18 +0530 Subject: [PATCH] chore: Update upload-artifact to v4 Verified that the other hash was infact valid and in the repo, but the scorecard action was not picking it up. --- .github/workflows/scorecard.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 9d11e7375..c35f2645b 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -26,7 +26,7 @@ jobs: results_format: sarif publish_results: true - name: Upload artifact - uses: actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3.pre.node20 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: SARIF file path: results.sarif