We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22501fd commit d7a2025Copy full SHA for d7a2025
.github/codeql/codeql-config.yml
@@ -2,5 +2,12 @@ name: "CodeQL config"
2
queries:
3
- name: Run custom queries
4
uses: ./queries
5
+ # Run all extra query suites, both because we want to
6
+ # and because it'll act as extra testing. This is why
7
+ # we include both even though one is a superset of the
8
+ # other, because we're testing the parsing logic and
9
+ # that the suites exist in the codeql bundle.
10
+ - uses: security-extended
11
+ - uses: security-and-quality
12
paths-ignore:
13
- tests
0 commit comments