Skip to content

Commit

Permalink
[C++] Test suppressing codeql warning inline in code.
Browse files Browse the repository at this point in the history
mjpt777 committed Jun 3, 2024
1 parent ce6c7d5 commit 65013ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -50,6 +50,7 @@ jobs:
if: ${{ matrix.language == 'java' || matrix.language == 'cpp' }}

- name: Perform CodeQL Analysis
id: analyze
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{ matrix.language }}"

0 comments on commit 65013ee

Please sign in to comment.