1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Update CodeQL CLI manual (#51377)

Co-authored-by: Ben Ahmady <32935794+subatoi@users.noreply.github.com>
This commit is contained in:
docs-bot
2024-06-27 10:30:04 -07:00
committed by GitHub
parent d7d0ebb95f
commit d7ed8ddaef
10 changed files with 55 additions and 3 deletions

View File

@@ -108,7 +108,7 @@ 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 Java.
beta for C# and Java.
`autobuild`: The database will be created by attempting to automatically
build the source root. Available for C/C++, C#, Go, Java/Kotlin, and