Skip to content

Commit 655db22

Browse files
chore(deps): update softprops/action-gh-release action to v2.4.2
1 parent ad9a1c1 commit 655db22

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/binary-builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ jobs:
257257
path: cdx-verify-${{ matrix.os }}-${{ matrix.arch }}${{ matrix.libc-suffix }}${{ matrix.ext }}
258258
if-no-files-found: error
259259
- name: Release
260-
uses: softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 # v2.4.1
260+
uses: softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2.4.2
261261
if: startsWith(github.ref, 'refs/tags/')
262262
with:
263263
files: |

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
run: |
133133
node bin/cdxgen.js -t php -t js -t jar -t ruby -o $(pwd)/reports/sbom-build.cdx.json --include-formulation --export-proto --proto-bin-file $(pwd)/reports/sbom-build.cdx.proto --exclude "**/test/**" --profile research $(pwd)
134134
- name: Upload atom and slices
135-
uses: softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 # v2.4.1
135+
uses: softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2.4.2
136136
if: startsWith(github.ref, 'refs/tags/')
137137
with:
138138
files: |

.github/workflows/npm-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)