@@ -243,7 +243,7 @@ jobs:
243243 SBOM_SIGN_ALGORITHM : RS512
244244 SBOM_SIGN_PRIVATE_KEY_BASE64 : ${{ secrets.SBOM_SIGN_PRIVATE_KEY }}
245245 - name : Attach cdx sbom to release
246- uses : softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 # v2.4.1
246+ uses : softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2.4.2
247247 if : startsWith(github.ref, 'refs/tags/')
248248 with :
249249 files : |
@@ -314,7 +314,7 @@ jobs:
314314 SBOM_SIGN_ALGORITHM : RS512
315315 SBOM_SIGN_PRIVATE_KEY_BASE64 : ${{ secrets.SBOM_SIGN_PRIVATE_KEY }}
316316 - name : Attach cdx secure sbom to release
317- uses : softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 # v2.4.1
317+ uses : softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2.4.2
318318 if : startsWith(github.ref, 'refs/tags/')
319319 with :
320320 files : |
@@ -386,7 +386,7 @@ jobs:
386386 SBOM_SIGN_ALGORITHM : RS512
387387 SBOM_SIGN_PRIVATE_KEY_BASE64 : ${{ secrets.SBOM_SIGN_PRIVATE_KEY }}
388388 - name : Attach cdx deno sbom to release
389- uses : softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 # v2.4.1
389+ uses : softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2.4.2
390390 if : startsWith(github.ref, 'refs/tags/')
391391 with :
392392 files : |
@@ -510,7 +510,7 @@ jobs:
510510 SBOM_SIGN_ALGORITHM : RS512
511511 SBOM_SIGN_PRIVATE_KEY_BASE64 : ${{ secrets.SBOM_SIGN_PRIVATE_KEY }}
512512 - name : Attach cdx bun sbom to release
513- uses : softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 # v2.4.1
513+ uses : softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2.4.2
514514 if : startsWith(github.ref, 'refs/tags/')
515515 with :
516516 files : |
0 commit comments