Skip to content

Commit

Permalink
Let CodeQL check only for security, not quality
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobiasd committed Jun 22, 2024
1 parent 624b97a commit 43ed79a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: github/codeql-action/init@v3
with:
languages: cpp
queries: +security-and-quality
queries: +security
- name: Build
shell: bash
run: script/ci.sh run_build
Expand Down

0 comments on commit 43ed79a

Please sign in to comment.