From 9a291e456469d684ee17ce36573b605a3a6980b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 16:20:26 +0000 Subject: [PATCH] Update actions/upload-artifact action to v3.1.3 --- .github/workflows/test-scorecard.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-scorecard.yml b/.github/workflows/test-scorecard.yml index 3936ec9..34aaae5 100644 --- a/.github/workflows/test-scorecard.yml +++ b/.github/workflows/test-scorecard.yml @@ -60,7 +60,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@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0 + uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 with: name: SARIF file path: results.sarif