The Wayback Machine - https://web.archive.org/web/20230824045446/https://docs.github.com/en/code-security/code-scanning/troubleshooting-code-scanning/a-particular-language-is-causing-default-setup-to-fail
Skip to main content

A particular language is causing default setup to fail

When you enable default setup, all languages selected for analysis must be successfully analyzed, or the configuration of default setup will fail.

Code scanning is available for all public repositories on GitHub.com. Code scanning is also available for private repositories owned by organizations that use GitHub Enterprise Cloud and have a license for GitHub Advanced Security. For more information, see "About GitHub Advanced Security."

To enable default setup when a language previously failed, you must reconfigure default setup, deselecting all failing languages for analysis.

  1. If default setup fails, navigate to the main page of your repository, then click Settings.

  2. In the "Security" section of the sidebar, click Code security and analysis.

  3. Navigate to the "Code scanning" section. Then, in the error message reading "CodeQL default configuration failed", click failed.

  4. In the "Jobs" section of the workflow run summary for default setup, identify any failing jobs associated with specific languages. These jobs will be labeled Analyze (LANGUAGE).

  5. Once you have determined which language-specific jobs are failing, configure default setup once more and deselect the failing languages for analysis. For more information, see "Configuring default setup for code scanning."

    Alternatively, if you would like to analyze every language in your repository, you can configure advanced setup for code scanning. For more information, see "Configuring advanced setup for code scanning."