1
0
mirror of synced 2025-12-20 02:19:14 -05:00
Files
docs/data/reusables/code-scanning/codeql-language-identifiers-table.md
Geoffrey White 64f24ee444 Rust: Update reusables and content for Rust GA. (#57766)
Co-authored-by: Paolo Tranquilli <redsun82@github.com>
Co-authored-by: Ben Ahmady <32935794+subatoi@users.noreply.github.com>
Co-authored-by: Felicity Chapman <felicitymay@github.com>
Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
2025-10-10 13:31:27 +00:00

20 lines
678 B
Markdown

| Language | Identifier | Optional alternative identifiers (if any)
|------------------|------------------- | ---------------
| C/C++ | `c-cpp` | `c` or `cpp` |
| C# | `csharp` |
| {% ifversion code-scanning-actions-language %} |
{% data variables.product.prodname_actions %} workflows | `actions`
| {% endif %}
| Go | `go` |
| Java/Kotlin | `java-kotlin` | `java` or `kotlin` |
| JavaScript/TypeScript | `javascript-typescript` | `javascript` or `typescript` |
| Python | `python` |
| Ruby | `ruby` |
| {% ifversion codeql-rust-available %} |
Rust | `rust`
| {% else ifversion codeql-rust-public-preview %}
| Rust (public preview) | `rust` |
| {% endif %}
| Swift | `swift` |