diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 50c5ae85e6..8c4f27b82b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -364,7 +364,7 @@ jobs: with: path: artifacts - name: Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 with: files: artifacts/*/* fail_on_unmatched_files: true @@ -408,7 +408,7 @@ jobs: echo -e "\n*Full commit log*\n" >> diff.md git log --oneline "$last_tag"..HEAD | sed 's/^/* /' >> diff.md - name: Release Nightly - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 with: body_path: diff.md prerelease: true diff --git a/.github/workflows/pr-release.yml b/.github/workflows/pr-release.yml index 03a48251e7..3b821f1409 100644 --- a/.github/workflows/pr-release.yml +++ b/.github/workflows/pr-release.yml @@ -71,7 +71,7 @@ jobs: GH_TOKEN: ${{ secrets.PR_RELEASES_TOKEN }} - name: Release (short format) if: ${{ steps.workflow-info.outputs.pullRequestNumber != '' }} - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 with: name: Release for PR ${{ steps.workflow-info.outputs.pullRequestNumber }} # There are coredumps files here as well, but all in deeper subdirectories. @@ -86,7 +86,7 @@ jobs: - name: Release (SHA-suffixed format) if: ${{ steps.workflow-info.outputs.pullRequestNumber != '' }} - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 with: name: Release for PR ${{ steps.workflow-info.outputs.pullRequestNumber }} (${{ steps.workflow-info.outputs.sourceHeadSha }}) # There are coredumps files here as well, but all in deeper subdirectories.