Skip to content

Commit

Permalink
Merge pull request #206 from signalwire/renovate/peter-evans-create-o…
Browse files Browse the repository at this point in the history
…r-update-comment-4.x

Update peter-evans/create-or-update-comment action to v4
  • Loading branch information
lucasmellos authored Feb 6, 2024
2 parents 4a382fc + 210da34 commit ea3a59f
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 ea3a59f

Please sign in to comment.