From 8f75fca3244a1630f2673f1d27767afb79d988ca Mon Sep 17 00:00:00 2001 From: Prathamesh Chitodkar Date: Wed, 14 Feb 2024 22:14:42 +0000 Subject: [PATCH] chore: bump comment action to use v3 --- container-scan/action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/container-scan/action.yaml b/container-scan/action.yaml index deb89c1..835bc10 100644 --- a/container-scan/action.yaml +++ b/container-scan/action.yaml @@ -65,11 +65,11 @@ runs: - name: Check for previous report comment id: fc - uses: peter-evans/find-comment@v1 + uses: peter-evans/find-comment@v3 with: issue-number: ${{ github.event.pull_request.number }} comment-author: "github-actions[bot]" - body-includes: "Lacework Inline Scanner Results" + body-includes: Lacework Inline Scanner Results - name: Delete previous test report comment if: steps.fc.outputs.comment-id != ''