1
0
mirror of synced 2025-12-22 19:34:15 -05:00

Update CodeQL CLI manual (#52306)

This commit is contained in:
docs-bot
2024-09-18 08:14:23 -04:00
committed by GitHub
parent 7dac56a22e
commit cb7352c23a
6 changed files with 18 additions and 10 deletions

View File

@@ -114,8 +114,7 @@ The build mode that will be used to create the database.
Choose your build mode based on the language you are analyzing:
`none`: The database will be created without building the source root.
Available for JavaScript/TypeScript, Python, and Ruby. Also available in
beta for C# and Java.
Available for C#, Java, JavaScript/TypeScript, Python, and Ruby.
`autobuild`: The database will be created by attempting to automatically
build the source root. Available for C/C++, C#, Go, Java/Kotlin, and