diff --git a/.github/workflows/bundle-size-comment.yml b/.github/workflows/bundle-size-comment.yml index 21c56d967fe89e..f36545d22371ed 100644 --- a/.github/workflows/bundle-size-comment.yml +++ b/.github/workflows/bundle-size-comment.yml @@ -26,7 +26,7 @@ jobs: working-directory: ./results - name: 'Comment on PR' - uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1 + uses: marocchino/sticky-pull-request-comment@d2ad0de260ae8b0235ce059e63f2949ba9e05943 # v2.9.3 with: header: bundle-size-report number: ${{ steps.pr_number.outputs.id }} diff --git a/.github/workflows/pr-vrt-poc-comment.yml b/.github/workflows/pr-vrt-poc-comment.yml index 91ff2b130c9dd2..1ee613e14ccbf0 100644 --- a/.github/workflows/pr-vrt-poc-comment.yml +++ b/.github/workflows/pr-vrt-poc-comment.yml @@ -40,7 +40,7 @@ jobs: working-directory: ./results - name: 'Comment on PR' - uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1 + uses: marocchino/sticky-pull-request-comment@d2ad0de260ae8b0235ce059e63f2949ba9e05943 # v2.9.3 with: header: vr-report-comment number: ${{ steps.pr_number.outputs.id }} diff --git a/.github/workflows/pr-vrt-poc.yml b/.github/workflows/pr-vrt-poc.yml index f8420110039ae0..668a4f07324c16 100644 --- a/.github/workflows/pr-vrt-poc.yml +++ b/.github/workflows/pr-vrt-poc.yml @@ -103,7 +103,7 @@ jobs: fi - name: Post comment on PR / success - uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1 + uses: marocchino/sticky-pull-request-comment@d2ad0de260ae8b0235ce059e63f2949ba9e05943 # v2.9.3 with: header: vrt-diff-update-comment number: ${{ github.event.issue.number }} @@ -113,7 +113,7 @@ jobs: - name: Post comment on PR / failure if: always() && steps.update_pr_images.outcome != 'success' - uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1 + uses: marocchino/sticky-pull-request-comment@d2ad0de260ae8b0235ce059e63f2949ba9e05943 # v2.9.3 with: header: vrt-diff-update-comment number: ${{ github.event.issue.number }} diff --git a/.github/workflows/pr-website-deploy-comment.yml b/.github/workflows/pr-website-deploy-comment.yml index 2893f902d06fee..7c3e9c1bf063e5 100644 --- a/.github/workflows/pr-website-deploy-comment.yml +++ b/.github/workflows/pr-website-deploy-comment.yml @@ -91,7 +91,7 @@ jobs: - uses: actions/checkout@v4 - name: 'Comment on PR' - uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1 + uses: marocchino/sticky-pull-request-comment@d2ad0de260ae8b0235ce059e63f2949ba9e05943 # v2.9.3 with: header: deploy-pr-site number: ${{ needs.deploy.outputs.pr_number }}