From f207c5bd0a7ff3e931d95a620f1731103f845e47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateus=20Perdig=C3=A3o?= Date: Wed, 16 Oct 2024 21:10:57 +0000 Subject: [PATCH] test --- .github/workflows/codeql.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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