We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8308854 commit 8534a07Copy full SHA for 8534a07
.github/actions/sbom-generator/action.yml
@@ -35,7 +35,7 @@ runs:
35
gh release upload ${{ inputs.release-tag }} ./artifacts/sboms/${{ inputs.project-name }}.bom.json
36
37
- name: Attest package
38
- uses: actions/attest-sbom@bd218ad0dbcb3e146bd073d1d9c6d78e08aa8a0b # v2.4.0
+ uses: actions/attest-sbom@4651f806c01d8637787e274ac3bdf724ef169f34 # v3.0.0
39
with:
40
subject-path: src/**/${{ inputs.project-name }}.*.nupkg
41
sbom-path: ./artifacts/sboms/${{ inputs.project-name }}.bom.json
0 commit comments