From fbfca8dd7e8acf3203e862b743267cd81c3f779b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 04:39:34 +0000 Subject: [PATCH] chore(deps): bump actions/attest from 4.0.0 to 4.2.2 Bumps [actions/attest](https://github.com/actions/attest) from 4.0.0 to 4.2.2. - [Release notes](https://github.com/actions/attest/releases) - [Changelog](https://github.com/actions/attest/blob/main/RELEASE.md) - [Commits](https://github.com/actions/attest/compare/c32b4b8b198b65d0bd9d63490e847ff7b53989d4...1e69f48acb82d1966a394da916b4c1698aa569d6) --- updated-dependencies: - dependency-name: actions/attest dependency-version: 4.2.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-release-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-release-images.yml b/.github/workflows/publish-release-images.yml index ddeffda..82f483b 100644 --- a/.github/workflows/publish-release-images.yml +++ b/.github/workflows/publish-release-images.yml @@ -148,7 +148,7 @@ jobs: sbom: true - name: Sign release provenance - uses: actions/attest@c32b4b8b198b65d0bd9d63490e847ff7b53989d4 # v4.0.0 + uses: actions/attest@1e69f48acb82d1966a394da916b4c1698aa569d6 # v4.2.2 with: subject-name: ghcr.io/${{ needs.prepare.outputs.registry_namespace }}/${{ matrix.image }} subject-digest: ${{ steps.publish.outputs.digest }}