diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 37330ef..0cd5a17 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -60,12 +60,11 @@ jobs: - name: Post SARIF findings in the pull request if: github.event_name == 'pull_request' - uses: sett-and-hive/sarif-to-comment-action@v2.0.1 + uses: sett-and-hive/sarif-to-comment-action@v2.19.1 with: token: ${{ secrets.GITHUB_TOKEN }} repository: ${{ github.repository }} branch: ${{ github.head_ref }} pr-number: ${{ github.event.number }} sarif-file: ./codeql/javascript.sarif - title: My security issue - dry-run: false + title: My security issues