From e4ad054d18ed484d8109f70e82a0bada91514121 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 09:51:12 +0000 Subject: [PATCH] Bump actions/attest-build-provenance from 1 to 4 Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 1 to 4. - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [Commits](https://github.com/actions/attest-build-provenance/compare/v1...v4) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/binary_provenance.yml | 2 +- .github/workflows/docker.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/binary_provenance.yml b/.github/workflows/binary_provenance.yml index 164e03935..3f2704b51 100644 --- a/.github/workflows/binary_provenance.yml +++ b/.github/workflows/binary_provenance.yml @@ -54,7 +54,7 @@ jobs: - name: Attest Build Provenance id: artifact-gh-attest - uses: actions/attest-build-provenance@v1 + uses: actions/attest-build-provenance@v4 with: subject-name: ${{matrix.artifact.template_name}} subject-digest: sha256:${{ env.FINGERPRINT }} diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index f84bd015a..6ba9e08d9 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -99,7 +99,7 @@ jobs: - name: Attest Build Provenance - uses: actions/attest-build-provenance@v1 + uses: actions/attest-build-provenance@v4 with: subject-name: ${{ env.IMAGE }} subject-digest: ${{ steps.docker_build.outputs.digest }}