diff --git a/.github/workflows/beta-java.yml b/.github/workflows/beta-java.yml index 212c890f..d869ab49 100644 --- a/.github/workflows/beta-java.yml +++ b/.github/workflows/beta-java.yml @@ -60,7 +60,7 @@ jobs: git push origin ${{ steps.version.outputs.tag }} - name: Create GitHub Release - uses: softprops/action-gh-release@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # v2 + uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0 with: tag_name: ${{ steps.version.outputs.tag }} name: "Beta ${{ steps.version.outputs.version }}" diff --git a/.github/workflows/release-java.yml b/.github/workflows/release-java.yml index bbabb535..f1f33832 100644 --- a/.github/workflows/release-java.yml +++ b/.github/workflows/release-java.yml @@ -96,7 +96,7 @@ jobs: run: | git tag -s "v${RELEASE_VERSION}" -m "codeiq ${RELEASE_VERSION}" git push origin "refs/tags/v${RELEASE_VERSION}" - - uses: softprops/action-gh-release@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # v2 + - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0 with: tag_name: v${{ inputs.version }} generate_release_notes: true diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 3fbc8d39..a06221ea 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -61,6 +61,6 @@ jobs: - name: Upload SARIF to GitHub code-scanning # github/codeql-action/upload-sarif v3.35.2 - uses: github/codeql-action/upload-sarif@ce64ddcb0d8d890d2df4a9d1c04ff297367dea2a + uses: github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 with: sarif_file: results.sarif