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]'