Skip to content

Commit a7dc2ef

Browse files
trasklaurit
andauthored
Fix CodeQL build (#7991)
Co-authored-by: Lauri Tulmin <[email protected]>
1 parent 4686138 commit a7dc2ef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/codeql-daily.yml

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
uses: github/codeql-action/init@v2
2424
with:
2525
languages: java
26+
# using "latest" helps to keep up with the latest Kotlin support
27+
# see https://github.com/github/codeql-action/issues/1555#issuecomment-1452228433
28+
tools: latest
2629

2730
- uses: gradle/gradle-build-action@v2
2831
with:

0 commit comments

Comments
 (0)