From 54f65e0e8b48ca5f023b697ca2fe7abafa61bdfe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 06:02:56 +0000 Subject: [PATCH] chore(deps): update actions/attest-build-provenance action to v4.2.2 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4373231..2af8609 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -71,7 +71,7 @@ jobs: tags: 'ghcr.io/${{ steps.owner.outputs.owner }}/web-api:${{ steps.version.outputs.version }}' - name: Attest build provenance - uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4.1.1 + uses: actions/attest-build-provenance@4d101475d8b20a2381f78447822ac1eab6504dd8 # v4.2.2 with: subject-name: 'ghcr.io/${{ steps.owner.outputs.owner }}/web-api' subject-digest: ${{ steps.build.outputs.digest }}