Move query selections into config file

Ignore `goto`s and "recommendations" for now.
This commit is contained in:
Andrew Johnson
2023-12-28 22:58:53 +00:00
parent 932e506df1
commit b0bff556c9
2 changed files with 23 additions and 1 deletions

View File

@@ -47,7 +47,7 @@ jobs:
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
queries: +security-and-quality
config-file: ./.github/codeql/config.yml
- name: Build C/C++
run: |