Skip to content

Commit 4a93ce8

Browse files
authored
Update CodeQL configuration (#2132)
1 parent b5a09d4 commit 4a93ce8

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
@@ -53,9 +53,9 @@ jobs:
5353
uses: github/codeql-action/init@96f518a34f7a870018057716cc4d7a5c014bd61c # v3.29.10
5454
with:
5555
languages: ${{ matrix.language }}
56-
# using "latest" helps to keep up with the latest Kotlin support
56+
# using "linked" helps to keep up with the latest Kotlin support
5757
# see https://github.com/github/codeql-action/issues/1555#issuecomment-1452228433
58-
tools: latest
58+
tools: linked
5959

6060
- name: Assemble
6161
if: matrix.language == 'java'

0 commit comments

Comments
 (0)