From e3e97699ea1a7df4412272f0b969b59f7af686cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 04:56:14 +0000 Subject: [PATCH] chore(deps): update actions/attest-build-provenance action to v4 | datasource | package | from | to | | ----------- | ------------------------------- | ------ | ------ | | github-tags | actions/attest-build-provenance | v3.2.0 | v4.1.0 | --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 597b87a..1493799 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -70,7 +70,7 @@ jobs: echo "digest=$digest" >> "$GITHUB_ENV" - name: Attest the Docker image - uses: actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f # v3.2.0 + uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0 if: github.ref_name == 'main' with: subject-name: ${{ env.IMAGE }}