Skip to content

Commit 478ada1

Browse files
build(deps): Bump actions/attest-sbom from 3.0.0 to 4.0.0
Bumps [actions/attest-sbom](https://github.com/actions/attest-sbom) from 3.0.0 to 4.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@4651f80...07e74fc) --- updated-dependencies: - dependency-name: actions/attest-sbom dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2dfb274 commit 478ada1

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@4651f806c01d8637787e274ac3bdf724ef169f34
57+
- uses: actions/attest-sbom@07e74fc4e78d1aad915e867f9a094073a9f71527
5858
with:
5959
subject-path: 'dist.tar.gz'
6060
sbom-path: 'sbom.spdx.json'

0 commit comments

Comments
 (0)