From 12693f42e7b90be0ef468b589c9f9f4cffc1a4eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 05:45:11 +0000 Subject: [PATCH] build(deps): bump actions/attest-build-provenance Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 43d14bc2b83dec42d39ecae14e916627a18bb661 to 977bb373ede98d70efdf65b84cb5f73e068dcc2a. - [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/43d14bc2b83dec42d39ecae14e916627a18bb661...977bb373ede98d70efdf65b84cb5f73e068dcc2a) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-version: 977bb373ede98d70efdf65b84cb5f73e068dcc2a dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/container-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container-publish.yml b/.github/workflows/container-publish.yml index 5850702..cd2a9df 100644 --- a/.github/workflows/container-publish.yml +++ b/.github/workflows/container-publish.yml @@ -251,7 +251,7 @@ jobs: PY - name: Attest verified candidate image provenance - uses: actions/attest-build-provenance@43d14bc2b83dec42d39ecae14e916627a18bb661 # v3 + uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3 with: subject-name: ${{ env.IMAGE }} subject-digest: ${{ steps.image.outputs.digest }}