From 74e77b44ad1369b4144eacfebce2aae6c26b7149 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Mon, 18 Aug 2025 12:07:51 -0700 Subject: [PATCH] Update codeql property value --- .github/workflows/codeql.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index b6205bf97bc..9f7c87e6780 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -48,9 +48,9 @@ jobs: uses: github/codeql-action/init@96f518a34f7a870018057716cc4d7a5c014bd61c # v3.29.10 with: languages: ${{ matrix.language }} - # using "latest" helps to keep up with the latest Kotlin support + # using "linked" helps to keep up with the latest Kotlin support # see https://github.com/github/codeql-action/issues/1555#issuecomment-1452228433 - tools: latest + tools: linked - name: Assemble if: matrix.language == 'java'