From 4760bf603f3d09bb6221403041c9514077fa632b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 15:24:46 +0000 Subject: [PATCH] build(deps): bump actions/attest-sbom from 2 to 4 Bumps [actions/attest-sbom](https://github.com/actions/attest-sbom) from 2 to 4. - [Release notes](https://github.com/actions/attest-sbom/releases) - [Changelog](https://github.com/actions/attest-sbom/blob/main/RELEASE.md) - [Commits](https://github.com/actions/attest-sbom/compare/v2...v4) --- updated-dependencies: - dependency-name: actions/attest-sbom dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/secure-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/secure-build.yml b/.github/workflows/secure-build.yml index 531c2d0..d06c17e 100644 --- a/.github/workflows/secure-build.yml +++ b/.github/workflows/secure-build.yml @@ -164,7 +164,7 @@ jobs: # 13. Cryptographically attest SBOM to the immutable container image digest - name: Attest SBOM to Container Image - uses: actions/attest-sbom@v2 + uses: actions/attest-sbom@v4 with: subject-name: ${{ steps.repo.outputs.image_name }} subject-digest: ${{ steps.build-push.outputs.digest }}