Skip to content

Commit 0821508

Browse files
committed
Specify kotlin for CodeQL
Just because its semantically more correct. There's no difference in terms of the actuall code scanning (java == kotlin for CodeQL).
1 parent e4e7228 commit 0821508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Initialize CodeQL
2525
uses: github/codeql-action/init@v3
2626
with:
27-
languages: java
27+
languages: kotlin
2828
- name: Autobuild
2929
uses: github/codeql-action/autobuild@v3
3030
- name: Perform CodeQL Analysis

0 commit comments

Comments
 (0)