You can choose from different built-in CodeQL query suites to use in your CodeQL code scanning setup.
CodeQL is available for the following repository types:
With CodeQL code scanning, you can select a specific group of CodeQL queries, called a CodeQL query suite, to run against your code. The following built-in query suites are available through GitHub:
default
security-extended
Currently, both the default query suite and the security-extended query suite are available for default setup for code scanning. Additionally, organization owners and security managers can recommend a query suite for use with default setup throughout their organization. For more information on configuring default setup for individual repositories, see Configuring default setup for code scanning at scale.
To use a custom query suite, you must configure advanced setup for CodeQL code scanning. For more information on advanced setups and creating a query suite, see Creating CodeQL query suites.
The built-in CodeQL query suites, default and security-extended, are created and maintained by GitHub. Both of these query suites are available for every CodeQL-supported language. For more information on CodeQL-supported languages, see About code scanning with CodeQL.
For each language, the following article lists which queries are included in the default and the security-extended suites. Where Copilot Autofix is available for a language, details of which queries are supported are also included.