From d3cc69c9d78403e8f81c13a3b8af75ede995fbe9 Mon Sep 17 00:00:00 2001 From: Tatsinnit Date: Thu, 7 Nov 2024 10:14:12 +1300 Subject: [PATCH] Pre-emtive fix for the breaking GH Action. (#546) Co-authored-by: Tatsat Mishra --- .github/workflows/scorecards.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index bf082e0..11d69fc 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -58,7 +58,7 @@ jobs: # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF # format to the repository Actions tab. - name: "Upload artifact" - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: SARIF file path: results.sarif