Skip to content

Commit 8534a07

Browse files
chore(deps): update actions/attest-sbom action to v3 (#571)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8308854 commit 8534a07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/sbom-generator/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ runs:
3535
gh release upload ${{ inputs.release-tag }} ./artifacts/sboms/${{ inputs.project-name }}.bom.json
3636
3737
- name: Attest package
38-
uses: actions/attest-sbom@bd218ad0dbcb3e146bd073d1d9c6d78e08aa8a0b # v2.4.0
38+
uses: actions/attest-sbom@4651f806c01d8637787e274ac3bdf724ef169f34 # v3.0.0
3939
with:
4040
subject-path: src/**/${{ inputs.project-name }}.*.nupkg
4141
sbom-path: ./artifacts/sboms/${{ inputs.project-name }}.bom.json

0 commit comments

Comments
 (0)