From 19b4b975f3be67d86b61f4d182595a22e1d24355 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Feb 2026 21:32:19 +0000 Subject: [PATCH] build(deps): Bump actions/attest-sbom from 2.4.0 to 3.0.0 Bumps [actions/attest-sbom](https://github.com/actions/attest-sbom) from 2.4.0 to 3.0.0. - [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/bd218ad0dbcb3e146bd073d1d9c6d78e08aa8a0b...4651f806c01d8637787e274ac3bdf724ef169f34) --- updated-dependencies: - dependency-name: actions/attest-sbom dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/attest-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/attest-and-deploy.yml b/.github/workflows/attest-and-deploy.yml index 5e0a1f9..5c68b28 100644 --- a/.github/workflows/attest-and-deploy.yml +++ b/.github/workflows/attest-and-deploy.yml @@ -54,7 +54,7 @@ jobs: # subject-path: "dist.tar.gz" # Complete an attestation of the SBOM and the build - - uses: actions/attest-sbom@bd218ad0dbcb3e146bd073d1d9c6d78e08aa8a0b + - uses: actions/attest-sbom@4651f806c01d8637787e274ac3bdf724ef169f34 with: subject-path: 'dist.tar.gz' sbom-path: 'sbom.spdx.json'