Skip to content

Commit be8b33e

Browse files
authored
Update codeql property value (#276)
1 parent 3819838 commit be8b33e

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
@@ -46,9 +46,9 @@ jobs:
4646
uses: github/codeql-action/init@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.9
4747
with:
4848
languages: ${{ matrix.language }}
49-
# using "latest" helps to keep up with the latest Kotlin support
49+
# using "linked" helps to keep up with the latest Kotlin support
5050
# see https://github.com/github/codeql-action/issues/1555#issuecomment-1452228433
51-
tools: latest
51+
tools: linked
5252

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

0 commit comments

Comments
 (0)