From ade9c7ce7503d5a3558137c05c3500e733c09a99 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 01:38:12 +0000 Subject: [PATCH] :arrow_up: Updates peter-evans/create-or-update-comment digest to cf1a4a2 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/performance-comparison-label.yml | 2 +- .github/workflows/rebase_dispatch.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/performance-comparison-label.yml b/.github/workflows/performance-comparison-label.yml index a7e63ce6cf6..c8d0cf51597 100644 --- a/.github/workflows/performance-comparison-label.yml +++ b/.github/workflows/performance-comparison-label.yml @@ -38,7 +38,7 @@ jobs: echo ::set-output name=body::$body - name: Create comment - uses: peter-evans/create-or-update-comment@c9fcb64660bc90ec1cc535646af190c992007c32 + uses: peter-evans/create-or-update-comment@cf1a4a2020fa08820c81f4127c6aad2fa212beb8 with: issue-number: ${{ github.event.pull_request.number }} body: "${{ steps.parse-comment-template-into-gh-output.outputs.body }}" diff --git a/.github/workflows/rebase_dispatch.yml b/.github/workflows/rebase_dispatch.yml index 42fa687d8bd..51bf4668e4b 100644 --- a/.github/workflows/rebase_dispatch.yml +++ b/.github/workflows/rebase_dispatch.yml @@ -26,7 +26,7 @@ jobs: - name: Add 👍 Reaction if: always() && steps.rebase.outputs.rebased-count == 1 - uses: peter-evans/create-or-update-comment@c9fcb64660bc90ec1cc535646af190c992007c32 + uses: peter-evans/create-or-update-comment@cf1a4a2020fa08820c81f4127c6aad2fa212beb8 with: token: ${{ secrets.GITHUB_TOKEN }} repository: ${{ github.event.client_payload.github.payload.repository.full_name }} @@ -35,7 +35,7 @@ jobs: - name: Add 👎 Reaction if: always() && steps.rebase.outputs.rebased-count != 1 - uses: peter-evans/create-or-update-comment@c9fcb64660bc90ec1cc535646af190c992007c32 + uses: peter-evans/create-or-update-comment@cf1a4a2020fa08820c81f4127c6aad2fa212beb8 with: token: ${{ secrets.GITHUB_TOKEN }} repository: ${{ github.event.client_payload.github.payload.repository.full_name }}