Skip to content

Commit 19b4b97

Browse files
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](actions/attest-sbom@bd218ad...4651f80) --- 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] <support@github.com>
1 parent 5fe28a6 commit 19b4b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/attest-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
# subject-path: "dist.tar.gz"
5555

5656
# Complete an attestation of the SBOM and the build
57-
- uses: actions/attest-sbom@bd218ad0dbcb3e146bd073d1d9c6d78e08aa8a0b
57+
- uses: actions/attest-sbom@4651f806c01d8637787e274ac3bdf724ef169f34
5858
with:
5959
subject-path: 'dist.tar.gz'
6060
sbom-path: 'sbom.spdx.json'

0 commit comments

Comments
 (0)