diff --git a/.github/workflows/binary-builds.yml b/.github/workflows/binary-builds.yml index d22f9b636e..81e79f67e2 100644 --- a/.github/workflows/binary-builds.yml +++ b/.github/workflows/binary-builds.yml @@ -257,7 +257,7 @@ jobs: path: cdx-verify-${{ matrix.os }}-${{ matrix.arch }}${{ matrix.libc-suffix }}${{ matrix.ext }} if-no-files-found: error - name: Release - uses: softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2.4.2 + uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0 if: startsWith(github.ref, 'refs/tags/') with: files: | diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 001369d989..3881e8e3c3 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -132,7 +132,7 @@ jobs: run: | node bin/cdxgen.js -t js -t php -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) - name: Upload atom and slices - uses: softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2.4.2 + uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0 if: startsWith(github.ref, 'refs/tags/') with: files: | diff --git a/.github/workflows/npm-release.yml b/.github/workflows/npm-release.yml index 9cf71549de..bf80f88c5d 100644 --- a/.github/workflows/npm-release.yml +++ b/.github/workflows/npm-release.yml @@ -243,7 +243,7 @@ jobs: SBOM_SIGN_ALGORITHM: RS512 SBOM_SIGN_PRIVATE_KEY_BASE64: ${{ secrets.SBOM_SIGN_PRIVATE_KEY }} - name: Attach cdx sbom to release - uses: softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2.4.2 + uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0 if: startsWith(github.ref, 'refs/tags/') with: files: | @@ -314,7 +314,7 @@ jobs: SBOM_SIGN_ALGORITHM: RS512 SBOM_SIGN_PRIVATE_KEY_BASE64: ${{ secrets.SBOM_SIGN_PRIVATE_KEY }} - name: Attach cdx secure sbom to release - uses: softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2.4.2 + uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0 if: startsWith(github.ref, 'refs/tags/') with: files: | @@ -386,7 +386,7 @@ jobs: SBOM_SIGN_ALGORITHM: RS512 SBOM_SIGN_PRIVATE_KEY_BASE64: ${{ secrets.SBOM_SIGN_PRIVATE_KEY }} - name: Attach cdx deno sbom to release - uses: softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2.4.2 + uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0 if: startsWith(github.ref, 'refs/tags/') with: files: | @@ -510,7 +510,7 @@ jobs: SBOM_SIGN_ALGORITHM: RS512 SBOM_SIGN_PRIVATE_KEY_BASE64: ${{ secrets.SBOM_SIGN_PRIVATE_KEY }} - name: Attach cdx bun sbom to release - uses: softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2.4.2 + uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0 if: startsWith(github.ref, 'refs/tags/') with: files: |