diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bfeb32ba..2e517319 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/* @@ -492,7 +492,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/* @@ -712,7 +712,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 }}