diff --git a/.github/workflows/backfill-release-assets.yml b/.github/workflows/backfill-release-assets.yml index 5078064..30ed286 100644 --- a/.github/workflows/backfill-release-assets.yml +++ b/.github/workflows/backfill-release-assets.yml @@ -117,7 +117,7 @@ jobs: run: Get-ChildItem .artifacts/release - name: Upload binary assets to the GitHub release - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3 + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3 with: token: ${{ steps.release-bot.outputs.token }} tag_name: ${{ needs.validate-release-tag.outputs.tag_name }} @@ -194,7 +194,7 @@ jobs: run: Get-ChildItem .artifacts/release - name: Upload binary assets to the GitHub release - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3 + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3 with: token: ${{ steps.release-bot.outputs.token }} tag_name: ${{ needs.validate-release-tag.outputs.tag_name }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 615d79e..5920fe0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -188,7 +188,7 @@ jobs: run: Get-ChildItem .artifacts/release - name: Upload binary assets to the GitHub release - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3 + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3 with: token: ${{ steps.release-bot.outputs.token }} tag_name: ${{ needs.release.outputs.new_release_git_tag }} @@ -256,7 +256,7 @@ jobs: run: Get-ChildItem .artifacts/release - name: Upload binary assets to the GitHub release - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3 + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3 with: token: ${{ steps.release-bot.outputs.token }} tag_name: ${{ needs.release.outputs.new_release_git_tag }}