From b6bb86f68cbba30c6bfde0d47907f7244f488207 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 15:11:50 +0000 Subject: [PATCH] chore(deps): update actions/attest-build-provenance action to v4 --- .github/workflows/build-and-push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-push.yaml b/.github/workflows/build-and-push.yaml index 465f6f6..31945af 100644 --- a/.github/workflows/build-and-push.yaml +++ b/.github/workflows/build-and-push.yaml @@ -141,7 +141,7 @@ jobs: - name: Generate artifact attestation if: github.event_name != 'pull_request' - uses: actions/attest-build-provenance@v2 + uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4 with: subject-name: ${{ env.REGISTRY }}/${{ github.repository_owner }}/${{ matrix.app }} subject-digest: ${{ steps.build.outputs.digest }}