From c517e26b8a73d069270a51e6a4fd2682f48ea7cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Jun 2025 03:36:22 +0000 Subject: [PATCH] chore(deps): update actions/attest-build-provenance action to v2.4.0 --- .github/workflows/_docker-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/_docker-publish.yml b/.github/workflows/_docker-publish.yml index e585f94c..e80e6117 100644 --- a/.github/workflows/_docker-publish.yml +++ b/.github/workflows/_docker-publish.yml @@ -125,7 +125,7 @@ jobs: - name: "(all target): Generate artifact attestation" - uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3 + uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0 with: subject-name: ${{ env.DOCKER_IO_REGISTRY }}/${{ env.DOCKER_IO_IMAGE_NAME_ALL }} subject-digest: ${{ steps.build-and-push-all.outputs.digest }} @@ -135,7 +135,7 @@ jobs: - name: "(slim target): Generate artifact attestation" - uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3 + uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0 with: subject-name: ${{ env.DOCKER_IO_REGISTRY }}/${{ env.DOCKER_IO_IMAGE_NAME_SLIM }} subject-digest: ${{ steps.build-and-push-slim.outputs.digest }}