diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index d2b3f732abb..6530bdd2466 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -115,7 +115,7 @@ jobs: - name: Upload binaries if: ${{ inputs.dry_run != true }} - uses: svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd # 2.9.0 + uses: svenstaro/upload-release-action@ebd922b779f285dafcac6410a0710daee9c12b82 # 2.10.0 with: file: '{deploy/*.tar.gz,deploy/*.zip,deploy/*.sha256sum.txt,deploy/*.asc}' file_glob: true @@ -177,7 +177,7 @@ jobs: - name: Upload SBOM # Upload SBOM manually, because anchore/sbom-action does not do that # when the workflow is triggered manually, only from a release. - uses: svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd # 2.9.0 + uses: svenstaro/upload-release-action@ebd922b779f285dafcac6410a0710daee9c12b82 # 2.10.0 if: ${{ inputs.dry_run != true }} with: file: jaeger-SBOM.spdx.json diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 70b9888b3e7..b7c93875910 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -72,6 +72,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard. - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0 + uses: github/codeql-action/upload-sarif@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0 with: sarif_file: results.sarif