@@ -243,7 +243,7 @@ jobs:
243
243
SBOM_SIGN_ALGORITHM : RS512
244
244
SBOM_SIGN_PRIVATE_KEY_BASE64 : ${{ secrets.SBOM_SIGN_PRIVATE_KEY }}
245
245
- name : Attach cdx sbom to release
246
- uses : softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3.2
246
+ uses : softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2.3.3
247
247
if : startsWith(github.ref, 'refs/tags/')
248
248
with :
249
249
files : |
@@ -314,7 +314,7 @@ jobs:
314
314
SBOM_SIGN_ALGORITHM : RS512
315
315
SBOM_SIGN_PRIVATE_KEY_BASE64 : ${{ secrets.SBOM_SIGN_PRIVATE_KEY }}
316
316
- name : Attach cdx secure sbom to release
317
- uses : softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3.2
317
+ uses : softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2.3.3
318
318
if : startsWith(github.ref, 'refs/tags/')
319
319
with :
320
320
files : |
@@ -386,7 +386,7 @@ jobs:
386
386
SBOM_SIGN_ALGORITHM : RS512
387
387
SBOM_SIGN_PRIVATE_KEY_BASE64 : ${{ secrets.SBOM_SIGN_PRIVATE_KEY }}
388
388
- name : Attach cdx deno sbom to release
389
- uses : softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3.2
389
+ uses : softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2.3.3
390
390
if : startsWith(github.ref, 'refs/tags/')
391
391
with :
392
392
files : |
@@ -510,7 +510,7 @@ jobs:
510
510
SBOM_SIGN_ALGORITHM : RS512
511
511
SBOM_SIGN_PRIVATE_KEY_BASE64 : ${{ secrets.SBOM_SIGN_PRIVATE_KEY }}
512
512
- name : Attach cdx bun sbom to release
513
- uses : softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3.2
513
+ uses : softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2.3.3
514
514
if : startsWith(github.ref, 'refs/tags/')
515
515
with :
516
516
files : |
0 commit comments