Just a bunch of example workflow files for code scanning. Take a look at .github/workflows.
- Code scanning in an alternate branch - this workflow shows how to introduce code scanning on only a different branch. The workflow file is committed to the alternate branch and only scans on changes to that alternate branch.
- Python excluding tests - this change shows how to exclude test files and specific directories.
- Single query from query pack - This config file illustrates how to call a single query from a community codeql query pack