1
0
mirror of synced 2025-12-20 10:28:40 -05:00
Files
docs/content/code-security/code-scanning/troubleshooting-code-scanning/automatic-build-failed.md
2025-07-15 01:00:38 +00:00

1.1 KiB

title, shortTitle, allowTitleToDifferFromFilename, intro, versions, redirect_from
title shortTitle allowTitleToDifferFromFilename intro versions redirect_from
Automatic build failed for a compiled language Automatic build failed true If automatic build fails, you can configure {% data variables.product.prodname_code_scanning %} to use specific build steps for compiled languages.
fpt ghes ghec
* * *
/code-security/code-scanning/troubleshooting-code-scanning/automatic-build-failed-for-a-compiled-language

{% data reusables.code-scanning.codeql-action-version-ghes %}

If an automatic build of code for a compiled language within your project fails, you can try changing to the manual build mode or removing the autobuild step from your {% data variables.product.prodname_code_scanning %} workflow and adding specific build steps. If you're not already using advanced setup, you'll need to enable it first to create a workflow you can edit.

Further reading