From 9acdfa3a76d368e8fbb5a56d3f252ed5ab725e2e Mon Sep 17 00:00:00 2001 From: Charles Sibbald Date: Thu, 16 Jan 2025 10:08:16 +0200 Subject: [PATCH] ci: fix scorecard errors --- .github/workflows/nightly.yaml | 2 +- .github/workflows/ossf.yaml | 2 +- .github/workflows/pr.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nightly.yaml b/.github/workflows/nightly.yaml index 4583eef4f9..cb1c84afcf 100644 --- a/.github/workflows/nightly.yaml +++ b/.github/workflows/nightly.yaml @@ -141,7 +141,7 @@ jobs: fail-on-empty: true - name: Upload test report - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 if: success() || failure() with: name: playwright-tests-report diff --git a/.github/workflows/ossf.yaml b/.github/workflows/ossf.yaml index c92901c201..5bc4c18582 100644 --- a/.github/workflows/ossf.yaml +++ b/.github/workflows/ossf.yaml @@ -36,7 +36,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@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3.2.1 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: SARIF file path: results.sarif diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index c3c44c86ca..d34862549f 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -114,7 +114,7 @@ jobs: run: | make gitops - name: Upload binary - uses: actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3.2.1 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: gitops-${{ matrix.os }}-${{ steps.gitsha.outputs.sha }} path: bin/gitops