From b902d0cd0a24f468f8dc9ffaea1ed7e31de0ef46 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 20:57:35 +0000 Subject: [PATCH] chore(deps): update actions/attest-build-provenance action to v4.2.2 --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b25c86f..687e409 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -275,7 +275,7 @@ jobs: mkdir -p "${RUNNER_TEMP}/meta" printf '%s' "${DIGEST}" > "${RUNNER_TEMP}/meta/digest-${ARCH}.txt" - - uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4.1.1 + - uses: actions/attest-build-provenance@4d101475d8b20a2381f78447822ac1eab6504dd8 # v4.2.2 if: ${{ github.event_name != 'pull_request' }} with: subject-name: ${{ env.IMAGE }} @@ -389,7 +389,7 @@ jobs: # Index-level attestations are what `gh attestation verify oci://...:1` # and `cosign verify` resolve a tag to. Without them, tag-based # verification finds nothing. - - uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4.1.1 + - uses: actions/attest-build-provenance@4d101475d8b20a2381f78447822ac1eab6504dd8 # v4.2.2 with: subject-name: ${{ env.IMAGE }} subject-digest: ${{ steps.merge.outputs.index-digest }}