Skip to content

Commit 82a5b6a

Browse files
authored
Update CodeQL configuration (#7592)
1 parent e52e7dd commit 82a5b6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ jobs:
4848
uses: github/codeql-action/init@96f518a34f7a870018057716cc4d7a5c014bd61c # v3.29.10
4949
with:
5050
languages: ${{ matrix.language }}
51-
# using "latest" helps to keep up with the latest Kotlin support
51+
# using "linked" helps to keep up with the latest Kotlin support
5252
# see https://github.com/github/codeql-action/issues/1555#issuecomment-1452228433
53-
tools: latest
53+
tools: linked
5454

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

0 commit comments

Comments
 (0)