Skip to content

Commit

Permalink
[C++] Test suppressing codeql warning inline in code.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpt777 committed Jun 3, 2024
1 parent 3b173d2 commit a857bc4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@ jobs:
- name: Dismiss alerts
uses: advanced-security/dismiss-alerts@v1
with:
sarif-id: ${{ steps.analyze.outputs.sarif-id }}
sarif-file: sarif-results/${{ matrix.language }}.sarif
input: sarif-results/${{ matrix.language }}.sarif
env:
GITHUB_TOKEN: ${{ github.token }}

Expand Down

0 comments on commit a857bc4

Please sign in to comment.