diff --git a/.github/actions/build-docker-image/action.yml b/.github/actions/build-docker-image/action.yml index cf988305..4b3e30cd 100644 --- a/.github/actions/build-docker-image/action.yml +++ b/.github/actions/build-docker-image/action.yml @@ -125,7 +125,7 @@ runs: if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name - name: Find Trivy Scan Report comment - uses: peter-evans/find-comment@v2 + uses: peter-evans/find-comment@v3 id: fc with: issue-number: ${{ github.event.pull_request.number }}