Skip to content

Commit

Permalink
Update peter-evans/create-or-update-comment action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 25, 2024
1 parent f077c8b commit 210da34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/trivy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 210da34

Please sign in to comment.