Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Perdiga committed Oct 16, 2024
1 parent a4817f0 commit f207c5b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f207c5b

Please sign in to comment.