ci: Migrate from actions/attest-sbom to actions/attest (#30304)

This commit is contained in:
Matsu 2026-05-12 13:45:58 +03:00 committed by GitHub
parent d5d51731d2
commit c0be06f9ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -56,7 +56,7 @@ jobs:
output-file: sbom-source.cdx.json
- name: Attest SBOM for source release
uses: actions/attest-sbom@07e74fc4e78d1aad915e867f9a094073a9f71527 # v4.0.0
uses: actions/attest@59d89421af93a897026c735860bf21b6eb4f7b26 # v4.1.0
with:
subject-path: './package.json'
sbom-path: 'sbom-source.cdx.json'