We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4686138 commit a7dc2efCopy full SHA for a7dc2ef
.github/workflows/codeql-daily.yml
@@ -23,6 +23,9 @@ jobs:
23
uses: github/codeql-action/init@v2
24
with:
25
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
29
30
- uses: gradle/gradle-build-action@v2
31
0 commit comments