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 b5a09d4 commit 4a93ce8Copy full SHA for 4a93ce8
.github/workflows/codeql.yml
@@ -53,9 +53,9 @@ jobs:
53
uses: github/codeql-action/init@96f518a34f7a870018057716cc4d7a5c014bd61c # v3.29.10
54
with:
55
languages: ${{ matrix.language }}
56
- # using "latest" helps to keep up with the latest Kotlin support
+ # using "linked" helps to keep up with the latest Kotlin support
57
# see https://github.com/github/codeql-action/issues/1555#issuecomment-1452228433
58
- tools: latest
+ tools: linked
59
60
- name: Assemble
61
if: matrix.language == 'java'
0 commit comments