Skip to content

Commit f5088eb

Browse files
chore(deps): update softprops/action-gh-release action to v2.3.3 (CycloneDX#2253)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent abbe32d commit f5088eb

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
@@ -252,7 +252,7 @@ jobs:
252252
path: cdx-verify-${{ matrix.os }}-${{ matrix.arch }}${{ matrix.libc-suffix }}${{ matrix.ext }}
253253
if-no-files-found: error
254254
- name: Release
255-
uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3.2
255+
uses: softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2.3.3
256256
if: startsWith(github.ref, 'refs/tags/')
257257
with:
258258
files: |

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
run: |
9191
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)
9292
- name: Upload atom and slices
93-
uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3.2
93+
uses: softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2.3.3
9494
if: startsWith(github.ref, 'refs/tags/')
9595
with:
9696
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@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3.2
246+
uses: softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2.3.3
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@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3.2
317+
uses: softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2.3.3
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@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3.2
389+
uses: softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2.3.3
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@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3.2
513+
uses: softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2.3.3
514514
if: startsWith(github.ref, 'refs/tags/')
515515
with:
516516
files: |

0 commit comments

Comments
 (0)