Permalink
Cannot retrieve contributors at this time
15 lines (15 sloc)
476 Bytes
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
codeql-action/.github/codeql/codeql-config.yml
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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-experimental | |
- uses: security-extended | |
- uses: security-and-quality | |
paths-ignore: | |
- tests | |
- lib |