diff --git a/.github/workflows/backfill-release-assets.yml b/.github/workflows/backfill-release-assets.yml index de90ce8..88cb044 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@718ea10b132b3b2eba29c1007bb80653f286566b # v3 + uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # 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@718ea10b132b3b2eba29c1007bb80653f286566b # v3 + uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # 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 3a5d96e..4f25f58 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@718ea10b132b3b2eba29c1007bb80653f286566b # v3 + uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # 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@718ea10b132b3b2eba29c1007bb80653f286566b # v3 + uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3 with: token: ${{ steps.release-bot.outputs.token }} tag_name: ${{ needs.release.outputs.new_release_git_tag }}