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 8d461f5 commit 8653354Copy full SHA for 8653354
.github/workflows/codeql.yml
@@ -45,9 +45,9 @@ jobs:
45
uses: github/codeql-action/init@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.9
46
with:
47
languages: ${{ matrix.language }}
48
- # using "latest" helps to keep up with the latest Kotlin support
+ # using "linked" helps to keep up with the latest Kotlin support
49
# see https://github.com/github/codeql-action/issues/1555#issuecomment-1452228433
50
- tools: latest
+ tools: linked
51
52
- name: Assemble
53
if: matrix.language == 'java'
0 commit comments