Skip to content

Commit 21b3afa

Browse files
committed
Update codeql property value
1 parent 4d9bb22 commit 21b3afa

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@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.8
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)