Skip to content

Commit 2fa49bc

Browse files
authored
Update CodeQL analysis notes for language support
Clarify CodeQL analysis requirements for languages
1 parent 480bb25 commit 2fa49bc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/repos/security/configure-github-advanced-security-features.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,11 +237,10 @@ steps:
237237
```
238238

239239
> [!TIP]
240-
> CodeQL analysis for Kotlin/Swift is currently in beta. During the beta, analysis of these languages is less comprehensive than CodeQL analysis of others.
241240
> - Use `java` to analyze code written in Java, Kotlin or both.
242241
> - Use `javascript` to analyze code written in JavaScript, TypeScript, or both.
243242
244-
If the language specified is `cpp, java, csharp` or `swift`, custom build steps are required.
243+
If the language specified is `swift`, custom build steps are required.
245244

246245
#### [Classic](#tab/classic)
247246

0 commit comments

Comments
 (0)