Skip to content

Commit 9127c34

Browse files
committed
chore(security): scan Kotlin files.
1 parent a82836a commit 9127c34

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ jobs:
3737
strategy:
3838
fail-fast: false
3939
matrix:
40-
language: [ 'java' ]
41-
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
40+
language: [ 'java', 'Kotlin' ]
4241
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
4342

4443
steps:

0 commit comments

Comments
 (0)