diff --git a/.github/workflows/cd.edge.build.yml b/.github/workflows/cd.edge.build.yml index 31bcf26d..4fceca0d 100644 --- a/.github/workflows/cd.edge.build.yml +++ b/.github/workflows/cd.edge.build.yml @@ -62,7 +62,7 @@ jobs: # See https://github.com/marketplace/actions/attest-build-provenance#container-image # for more information on the attest-build-provenance action id: attest - uses: actions/attest-build-provenance@bd77c077858b8d561b7a36cbe48ef4cc642ca39d # v2.2.2 + uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3 with: subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE }} subject-digest: ${{ steps.build.outputs.digest }} diff --git a/.github/workflows/cd.release.build.yml b/.github/workflows/cd.release.build.yml index 57a684d5..507fbb76 100644 --- a/.github/workflows/cd.release.build.yml +++ b/.github/workflows/cd.release.build.yml @@ -69,7 +69,7 @@ jobs: # See https://github.com/marketplace/actions/attest-build-provenance#container-image # for more information on the attest-build-provenance action id: attest - uses: actions/attest-build-provenance@bd77c077858b8d561b7a36cbe48ef4cc642ca39d # v2.2.2 + uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3 with: subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE }} subject-digest: ${{ steps.build.outputs.digest }}