Skip to content

Commit 41e6931

Browse files
authored
Clarify supported languages for code scanning build mode
Updated supported languages for 'none' build mode in code scanning.
1 parent 41723ed commit 41e6931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/repos/security/github-advanced-security-code-scanning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ You can view the specific queries and task details executed by CodeQL in the bui
5858

5959
### Code scanning build mode customization
6060
Code scanning supports two build modes when setting up a pipeline for scanning:
61-
* `none` - the CodeQL database is created directly from the codebase without building the codebase (supported for all interpreted languages, and additionally supported for C# and Java).
61+
* `none` - the CodeQL database is created directly from the codebase without building the codebase (supported for all interpreted languages, and additionally supported for `cpp`, `java`, and `csharp`).
6262
* `manual` - you define the build steps to use for the codebase in the workflow (supported for all compiled languages).
6363

6464
For more information on the different build modes including a comparison on the benefits of each build mode, see [CodeQL code scanning for compiled languages](https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages#about-the-codeql-analysis-workflow-and-compiled-languages).

0 commit comments

Comments
 (0)