From 2c9e84986341f29f1536685d7a26cab3fc8149fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 10:33:36 +0000 Subject: [PATCH] Bump actions/attest-sbom from 3.0.0 to 4.1.0 Bumps [actions/attest-sbom](https://github.com/actions/attest-sbom) from 3.0.0 to 4.1.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/4651f806c01d8637787e274ac3bdf724ef169f34...c604332985a26aa8cf1bdc465b92731239ec6b9e) --- updated-dependencies: - dependency-name: actions/attest-sbom dependency-version: 4.1.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 499dbd7..e0bfc3b 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@4651f806c01d8637787e274ac3bdf724ef169f34 + - uses: actions/attest-sbom@c604332985a26aa8cf1bdc465b92731239ec6b9e with: subject-path: 'dist.tar.gz' sbom-path: 'sbom.spdx.json'