From 152bfbb421367b3f57597c13df040f47c19534b1 Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 07:36:14 +0000 Subject: [PATCH] build: update peter-evans/create-or-update-comment digest to 23ff157 See associated pull request for more information. --- .github/workflows/benchmark-compare.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmark-compare.yml b/.github/workflows/benchmark-compare.yml index c24d1c4540b9..2ff7a6eb1dae 100644 --- a/.github/workflows/benchmark-compare.yml +++ b/.github/workflows/benchmark-compare.yml @@ -19,7 +19,7 @@ jobs: exit: true # Indicate that the benchmark command was received. - - uses: peter-evans/create-or-update-comment@c6c9a1a66007646a28c153e2a8580a5bad27bcfa # v3 + - uses: peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2 # v3 with: comment-id: ${{github.event.comment.id}} token: '${{secrets.BENCHMARK_POST_RESULTS_GITHUB_TOKEN}}' @@ -53,7 +53,7 @@ jobs: id: benchmark name: Running benchmark - - uses: peter-evans/create-or-update-comment@c6c9a1a66007646a28c153e2a8580a5bad27bcfa # v3 + - uses: peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2 # v3 with: issue-number: ${{github.event.issue.number}} token: '${{secrets.BENCHMARK_POST_RESULTS_GITHUB_TOKEN}}'