{ "output": "Successfully modified file: /home/Messier82/projects/service-book/.github/workflows/semgrep.yml (1 replacements). Here is the updated code:\n...\n with:\n name: semgrep-sarif\n path: semgrep.sarif\n if-no-files-found: warn\n retention-days: 30\n\n - name: Setup reviewdog\n if: always()\n uses: reviewdog/action-setup@v1\n with:\n reviewdog_version: latest\n\n - name: Report Semgrep results to PR\n if: always()\n env:\n REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n run: |\n if [ -f semgrep.sarif ]; then\n reviewdog -f=sarif -name=\"semgrep\" -reporter=github-pr-review -level=warning < semgrep.sarif\n fi\n" }