We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eb0a91 commit 3a22db2Copy full SHA for 3a22db2
1 file changed
.github/workflows/codeql.yml
@@ -47,9 +47,9 @@ jobs:
47
uses: github/codeql-action/init@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.9
48
with:
49
languages: ${{ matrix.language }}
50
- # using "latest" helps to keep up with the latest Kotlin support
+ # using "linked" helps to keep up with the latest Kotlin support
51
# see https://github.com/github/codeql-action/issues/1555#issuecomment-1452228433
52
- tools: latest
+ tools: linked
53
54
- name: Assemble
55
if: matrix.language == 'java'
0 commit comments