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 112fb4b commit 1e49b0fCopy full SHA for 1e49b0f
.github/workflows/codeql.yml
@@ -66,9 +66,9 @@ jobs:
66
uses: github/codeql-action/init@96f518a34f7a870018057716cc4d7a5c014bd61c # v3.29.10
67
with:
68
languages: ${{ matrix.language }}
69
- # using "latest" helps to keep up with the latest Kotlin support
+ # using "linked" helps to keep up with the linked Kotlin support
70
# see https://github.com/github/codeql-action/issues/1555#issuecomment-1452228433
71
- tools: latest
+ tools: linked
72
73
- name: Assemble
74
if: matrix.language == 'java'
0 commit comments