Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/attest-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down