diff --git a/.github/workflows/ci-pr.yml b/.github/workflows/ci-pr.yml index db7faa9f..276109fd 100644 --- a/.github/workflows/ci-pr.yml +++ b/.github/workflows/ci-pr.yml @@ -124,7 +124,7 @@ jobs: path_build_gradle: "build.gradle" - name: Add comment to PR if: ${{ failure() }} - uses: thollander/actions-comment-pull-request@v2 + uses: thollander/actions-comment-pull-request@v3 with: message: "${{ steps.eval.outputs.report_markdown }}" comment_tag: 'Comment-ID: owasp-report-${{ github.ref }}' \ No newline at end of file