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