mirror of
https://github.com/github/codeql-action.git
synced 2025-12-20 22:30:13 +08:00
16 lines
476 B
YAML
16 lines
476 B
YAML
name: "CodeQL config"
|
|
queries:
|
|
- name: Run custom 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.
|
|
- uses: security-and-quality
|
|
- uses: security-experimental
|
|
- uses: security-extended
|
|
paths-ignore:
|
|
- lib
|
|
- tests
|