diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 55564e0..40cc10a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -169,7 +169,7 @@ jobs: - name: Attest downloadable artifacts if: github.event.repository.private == false - uses: actions/attest@f6bf1532d7d6793fce74eac584813a8eee607999 # v4 + uses: actions/attest@a1948c3f048ba23858d222213b7c278aabede763 # v4 with: subject-path: | artifacts/release/streamarr-jellyfin-*.zip @@ -245,7 +245,7 @@ jobs: - name: Attest published image if: github.event.repository.private == false - uses: actions/attest@f6bf1532d7d6793fce74eac584813a8eee607999 # v4 + uses: actions/attest@a1948c3f048ba23858d222213b7c278aabede763 # v4 with: subject-name: ${{ steps.image.outputs.name }} subject-digest: ${{ steps.push.outputs.digest }}