diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 44453832..9b025897 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -256,7 +256,7 @@ jobs: PRERELEASE: ${{ needs.state.outputs.is_prerelease }} - name: Upload tarball artifact - uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 with: name: ${{ github.ref_name }} path: ${{ needs.provenance.outputs.package-name }} diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index e85980f3..cb8f4d87 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -48,7 +48,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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 with: name: SARIF file path: results.sarif