We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a38fa0 commit 6b84ed7Copy full SHA for 6b84ed7
1 file changed
.github/workflows/standard-build.yaml
@@ -287,7 +287,7 @@ jobs:
287
"${IMAGE_TO_SCAN}"
288
289
- name: Add trivy report PR comment
290
- uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4
+ uses: marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987 # v3.0.2
291
# when running from a fork, the CI token doesn't have enough permissions to create PR comments
292
if: ${{ github.event_name == 'pull_request' && inputs.enable-trivy-scan && !github.event.pull_request.head.repo.fork }}
293
with:
0 commit comments