diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 95d9ec4f08..038277b6eb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -178,7 +178,7 @@ jobs: if: always() - name: Upload Scan Results - uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1 + uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 continue-on-error: true with: name: scan-results-${{ inputs.image }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dbd17f6b7e..4b9f2cb18d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,7 +98,7 @@ jobs: token: ${{ secrets.CODECOV_TOKEN }} - name: Upload Coverage Report - uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1 + uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 with: name: cover-${{ github.run_id }}.html path: ${{ github.workspace }}/cover.html diff --git a/.github/workflows/nfr.yml b/.github/workflows/nfr.yml index 1f1db574ab..960dc87815 100644 --- a/.github/workflows/nfr.yml +++ b/.github/workflows/nfr.yml @@ -129,7 +129,7 @@ jobs: fi - name: Upload Artifacts - uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1 + uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 with: name: results-${{ matrix.type }} path: tests/results/**/*-${{ matrix.type }}.* diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index b56b9a8f76..4abf8f20c2 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@604373da6381bf24206979c74d06a550515601b9 # v4.4.1 + uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 with: name: SARIF file path: results.sarif