diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 30702b99..61a2cf92 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -266,7 +266,7 @@ jobs: - name: attest platform artifacts if: github.repository == 'KooshaPari/SessionLedger' - uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3 + uses: actions/attest-build-provenance@4d101475d8b20a2381f78447822ac1eab6504dd8 # v4.2.2 with: subject-path: dist-out/* @@ -500,7 +500,7 @@ jobs: - name: attest Release assets id: provenance if: github.repository == 'KooshaPari/SessionLedger' - uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3 + uses: actions/attest-build-provenance@4d101475d8b20a2381f78447822ac1eab6504dd8 # v4.2.2 with: subject-path: artifacts/* @@ -720,7 +720,7 @@ jobs: - name: attest OCI image id: attest if: steps.oci_gate.outputs.required == 'true' - uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3 + uses: actions/attest-build-provenance@4d101475d8b20a2381f78447822ac1eab6504dd8 # v4.2.2 with: subject-name: ${{ steps.image.outputs.name }} subject-digest: ${{ steps.build.outputs.digest }}