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 e52e7dd commit 82a5b6aCopy full SHA for 82a5b6a
.github/workflows/codeql.yml
@@ -48,9 +48,9 @@ jobs:
48
uses: github/codeql-action/init@96f518a34f7a870018057716cc4d7a5c014bd61c # v3.29.10
49
with:
50
languages: ${{ matrix.language }}
51
- # using "latest" helps to keep up with the latest Kotlin support
+ # using "linked" helps to keep up with the latest Kotlin support
52
# see https://github.com/github/codeql-action/issues/1555#issuecomment-1452228433
53
- tools: latest
+ tools: linked
54
55
- name: Assemble
56
if: matrix.language == 'java'
0 commit comments