Skip to content

Commit 43ed79a

Browse files
committed
Let CodeQL check only for security, not quality
1 parent 624b97a commit 43ed79a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: github/codeql-action/init@v3
2121
with:
2222
languages: cpp
23-
queries: +security-and-quality
23+
queries: +security
2424
- name: Build
2525
shell: bash
2626
run: script/ci.sh run_build

0 commit comments

Comments
 (0)