diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f7b4951b7d..4842362046 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -160,7 +160,7 @@ jobs: if: always() - name: Upload Scan Results - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 continue-on-error: true with: name: scan-results-${{ inputs.image }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eea3be90d9..faaafbf9c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -97,7 +97,7 @@ jobs: token: ${{ secrets.CODECOV_TOKEN }} - name: Upload Coverage Report - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 with: name: cover-${{ github.run_id }}.html path: ${{ github.workspace }}/cover.html diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 62985b1604..c1a8e74292 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -52,7 +52,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@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 with: name: SARIF file path: results.sarif