From f87a4687486465d88c579cb22bbc4bd11813e1e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 06:05:04 +0000 Subject: [PATCH] chore(deps): pin peter-evans/find-comment action to b30e6a3 --- .github/workflows/supply-chain-verify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/supply-chain-verify.yml b/.github/workflows/supply-chain-verify.yml index 36369c04..aacab9b6 100644 --- a/.github/workflows/supply-chain-verify.yml +++ b/.github/workflows/supply-chain-verify.yml @@ -612,7 +612,7 @@ jobs: - name: Find Existing PR Comment id: find-comment if: steps.pr-number.outputs.result != '' - uses: peter-evans/find-comment@v4.0.0 + uses: peter-evans/find-comment@b30e6a3c0ed37e7c023ccd3f1db5c6c0b0c23aad # v4.0.0 with: issue-number: ${{ steps.pr-number.outputs.result }} comment-author: 'github-actions[bot]'