Skip to content

Commit 1e49b0f

Browse files
authored
Tools linked (#14462)
1 parent 112fb4b commit 1e49b0f

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
@@ -66,9 +66,9 @@ jobs:
6666
uses: github/codeql-action/init@96f518a34f7a870018057716cc4d7a5c014bd61c # v3.29.10
6767
with:
6868
languages: ${{ matrix.language }}
69-
# using "latest" helps to keep up with the latest Kotlin support
69+
# using "linked" helps to keep up with the linked Kotlin support
7070
# see https://github.com/github/codeql-action/issues/1555#issuecomment-1452228433
71-
tools: latest
71+
tools: linked
7272

7373
- name: Assemble
7474
if: matrix.language == 'java'

0 commit comments

Comments
 (0)