From e8f2848641c93149da43f128685d72fbedbd5582 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 04:36:09 +0000 Subject: [PATCH] Chore [deps:github-actions]: bump peter-evans/find-comment (#523) Bumps [peter-evans/find-comment](https://github.com/peter-evans/find-comment) from 2.4.0 to 3.1.0. - [Release notes](https://github.com/peter-evans/find-comment/releases) - [Commits](https://github.com/peter-evans/find-comment/compare/v2.4.0...3eae4d37986fb5a8592848f6a574fdf654e61f9e) --- updated-dependencies: - dependency-name: peter-evans/find-comment dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/publish-qa-results.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-qa-results.yml b/.github/workflows/publish-qa-results.yml index b622192d..a7da9ffd 100644 --- a/.github/workflows/publish-qa-results.yml +++ b/.github/workflows/publish-qa-results.yml @@ -146,7 +146,7 @@ jobs: - name: Find previous report comment id: find-comment if: inputs.write-comment - uses: peter-evans/find-comment@a54c31d7fa095754bfef525c0c8e5e5674c4b4b1 # v2.4.0 + uses: peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e # v3.1.0 with: issue-number: ${{ inputs.pr-number }} comment-author: 'github-actions[bot]'