diff --git a/.github/workflows/ci-webhook-collector.yml b/.github/workflows/ci-webhook-collector.yml index f12ef52..0198eee 100644 --- a/.github/workflows/ci-webhook-collector.yml +++ b/.github/workflows/ci-webhook-collector.yml @@ -47,6 +47,6 @@ jobs: fi id: diff - name: Generate artifact attestation - uses: actions/attest-build-provenance@v3 + uses: actions/attest-build-provenance@v4 with: subject-path: './webhook-collector/dist' diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index c5a730e..b9b49ff 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -59,7 +59,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@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v3.pre.node20 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v3.pre.node20 with: name: SARIF file path: results.sarif