From c725b6b48c76e3002ca3e0b9a168e3c16c7eb999 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 01:11:30 +0000 Subject: [PATCH] chore(deps): bump marocchino/sticky-pull-request-comment Bumps [marocchino/sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment) from 2.9.2 to 2.9.4. - [Release notes](https://github.com/marocchino/sticky-pull-request-comment/releases) - [Commits](https://github.com/marocchino/sticky-pull-request-comment/compare/67d0dec7b07ed060a405f9b2a64b8ab319fdd7db...773744901bac0e8cbb5a0dc842800d45e9b2b405) --- updated-dependencies: - dependency-name: marocchino/sticky-pull-request-comment dependency-version: 2.9.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/bundle-size-comment.yml | 2 +- .github/workflows/pr-vrt-poc-comment.yml | 2 +- .github/workflows/pr-vrt-poc.yml | 4 ++-- .github/workflows/pr-website-deploy-comment.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/bundle-size-comment.yml b/.github/workflows/bundle-size-comment.yml index 516668bf9b074e..e8cf57a234c895 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@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db # v2.9.2 + uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4 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 e5bad07a84dac0..4a03c80a017d85 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@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db # v2.9.2 + uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4 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 85a1b89be3983e..55a2ce26ce3c33 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@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db # v2.9.2 + uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4 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@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db # v2.9.2 + uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4 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 100782fe3be222..b5e791f6f22bf6 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@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db # v2.9.2 + uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4 with: header: deploy-pr-site number: ${{ needs.deploy.outputs.pr_number }}