Skip to content

Commit c35e3ac

Browse files
Merge pull request #8098 from MicrosoftDocs/omokoh-patch-3
Clarification on CodeQL supported languages Update github-advanced-security-code-scanning.md
2 parents 11e102c + e7ebe17 commit c35e3ac

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,20 @@ GitHub experts, security researchers, and community contributors write and maint
3232

3333
CodeQL supports and uses the following language identifiers:
3434

35-
| Language | Identifier | Optional alternative identifiers (if any) |
36-
|------------------------|-----------------------|-------------------------------------------|
37-
| C/C++ | `c-cpp` | `c` or `cpp` |
38-
| C# | `csharp` | |
39-
| Go | `go` | |
40-
| Java/Kotlin | `java-kotlin` | |
41-
| JavaScript/TypeScript | `javascript` | |
42-
| Python | `python` | |
43-
| Ruby | `ruby` | |
44-
| Swift | `swift` | |
35+
| Language | Identifier |
36+
|------------------------|-----------------------|
37+
| C/C++ | `cpp` |
38+
| C# | `csharp` |
39+
| Go | `go` |
40+
| Java/Kotlin | `java` |
41+
| JavaScript/TypeScript | `javascript` |
42+
| Python | `python` |
43+
| Ruby | `ruby` |
44+
| Swift | `swift` |
4545

4646
> [!TIP]
47-
> * Use `c-cpp` to analyze code written in C, C++ or both.
48-
> * Use `java-kotlin` to analyze code written in Java, Kotlin or both.
47+
> * Use `cpp` to analyze code written in C, C++ or both.
48+
> * Use `java` to analyze code written in Java, Kotlin or both.
4949
> * Use `javascript` to analyze code written in JavaScript, TypeScript or both.
5050
5151
For more information, see [Supported languages and frameworks](https://codeql.github.com/docs/codeql-overview/supported-languages-and-frameworks/).

0 commit comments

Comments
 (0)