From 1f67f0c64ae4d64b6910e564ce0d9051f9331d43 Mon Sep 17 00:00:00 2001 From: Holly Gong <39108850+hogo6002@users.noreply.github.com> Date: Wed, 11 Sep 2024 13:16:11 +1000 Subject: [PATCH] chore(deps): attempt to update upload-artifact to v4.4.0 (#2604) https://github.com/google/osv.dev/pull/2573 reverts upload-artifact update due to [scorecards github action failure](https://github.com/google/osv.dev/actions/runs/10714700617/job/29708828829). Attempt to update the version to `v4.4.0` following suggestions from [scorecard](https://github.com/ossf/scorecard-action/issues/1367#issuecomment-2341973653) --- .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 7cfe4cf7054..ec59805107e 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -42,7 +42,7 @@ jobs: # Upload the results as artifacts (optional). - name: "Upload artifact" - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 with: name: SARIF file path: results.sarif