From 14f86cac4d03dbf257e514fdf0f0323f6af7619e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 17:40:29 +0000 Subject: [PATCH] Update actions/attest-build-provenance action to v2 --- .github/workflows/release-docker-images.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-docker-images.yml b/.github/workflows/release-docker-images.yml index 5e978bd1..4dea4122 100644 --- a/.github/workflows/release-docker-images.yml +++ b/.github/workflows/release-docker-images.yml @@ -82,14 +82,14 @@ jobs: tags: ghcr.io/${{ github.repository }}-shibboleth-sp:${{ env.SEMVER_VERSION }}.${{ env.SHORT_COMMIT_HASH }} - name: Generate artifact attestation for application - uses: actions/attest-build-provenance@v1 + uses: actions/attest-build-provenance@v2 with: subject-name: ghcr.io/${{ github.repository }} subject-digest: ${{ steps.push-app.outputs.digest }} push-to-registry: true - name: Generate artifact attestation for Shibboleth SP - uses: actions/attest-build-provenance@v1 + uses: actions/attest-build-provenance@v2 with: subject-name: ghcr.io/${{ github.repository }}-shibboleth-sp subject-digest: ${{ steps.push-shibboleth-sp.outputs.digest }}