Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add security-experimental to codeql-config test
  • Loading branch information
angelapwen committed Feb 6, 2023
commit 7a5e7778fda6d91d588bab004e5778678a49d1c0
8 changes: 5 additions & 3 deletions .github/codeql/codeql-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ queries:
uses: ./queries
# Run all extra query suites, both because we want to
# and because it'll act as extra testing. This is why
# we include both even though one is a superset of the
# other, because we're testing the parsing logic and
# that the suites exist in the codeql bundle.
# we include all three even though security-and-quality
# and security-experimental are supersets of
# security-extended, because we're testing the parsing
# logic and that the suites exist in the codeql bundle.
- uses: security-extended
- uses: security-and-quality
- uses: security-experimental
paths-ignore:
- tests
- lib