From 210da34e80a46aac1937b1f264ee156061d317f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 12:08:37 +0000 Subject: [PATCH] Update peter-evans/create-or-update-comment action to v4 --- .github/actions/trivy/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/trivy/action.yml b/.github/actions/trivy/action.yml index 3d35c74b..2eb425a2 100644 --- a/.github/actions/trivy/action.yml +++ b/.github/actions/trivy/action.yml @@ -74,7 +74,7 @@ runs: path: container_scan_high.txt - name: Create comment on HIGH vulnerabilities - uses: peter-evans/create-or-update-comment@v3 + uses: peter-evans/create-or-update-comment@v4 if: steps.scanHigh.outcome != 'success' && steps.initialIssue.conclusion == 'sucess' with: issue-number: ${{ steps.initalIssue.outputs.number }}