Skip to content

Commit 3a22db2

Browse files
authored
Update CodeQL configuration (#112)
1 parent 2eb0a91 commit 3a22db2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ jobs:
4747
uses: github/codeql-action/init@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.9
4848
with:
4949
languages: ${{ matrix.language }}
50-
# using "latest" helps to keep up with the latest Kotlin support
50+
# using "linked" helps to keep up with the latest Kotlin support
5151
# see https://github.com/github/codeql-action/issues/1555#issuecomment-1452228433
52-
tools: latest
52+
tools: linked
5353

5454
- name: Assemble
5555
if: matrix.language == 'java'

0 commit comments

Comments
 (0)