From 0cffefd8c39910ba34a377070d07dcafa7292a61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 06:40:47 +0000 Subject: [PATCH] ci: Bump actions/attest-build-provenance Bumps the actions-minor-and-patch group with 1 update in the / directory: [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance). Updates `actions/attest-build-provenance` from 4.1.0 to 4.1.1 - [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/a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32...0f67c3f4856b2e3261c31976d6725780e5e4c373) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-version: 4.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-minor-and-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/_build-cell.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/_build-cell.yml b/.github/workflows/_build-cell.yml index ac1b66d..df59ff4 100644 --- a/.github/workflows/_build-cell.yml +++ b/.github/workflows/_build-cell.yml @@ -83,7 +83,7 @@ jobs: - name: Attest per-arch image if: inputs.push_artifacts - uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0 + uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4.1.1 with: subject-name: ${{ inputs.registry }}/${{ inputs.image_name }} subject-digest: ${{ steps.build.outputs.digest }} @@ -214,7 +214,7 @@ jobs: - name: Attest build provenance (multi-arch manifest) if: steps.manifest.outputs.digest != '' - uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0 + uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4.1.1 with: subject-name: ${{ inputs.registry }}/${{ inputs.image_name }} subject-digest: ${{ steps.manifest.outputs.digest }}