Skip to content

Commit d7a2025

Browse files
run all queries
1 parent 22501fd commit d7a2025

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/codeql/codeql-config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,12 @@ name: "CodeQL config"
22
queries:
33
- name: Run custom queries
44
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
512
paths-ignore:
613
- tests

0 commit comments

Comments
 (0)