Skip to content

Commit cd5abe6

Browse files
authored
Merge pull request #2938 from adobe/fix-codeql-kotlin-config
fix: codeql Kotlin config for 2.3.0, Java 25
2 parents d3fc9e7 + 02c3ce4 commit cd5abe6

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/codeql.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
strategy:
4040
fail-fast: false
4141
matrix:
42-
language: [ 'java' ]
42+
language: [ 'java', 'kotlin' ]
4343
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
4444
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
4545

@@ -62,14 +62,15 @@ jobs:
6262
# Prefix the list here with "+" to use these queries and those in the config file.
6363

6464
# Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
65-
# queries: security-extended,security-and-quality
65+
queries: security-extended #,security-and-quality
66+
tools: linked
6667

67-
# Set up JDK 17, otherwise autobuild will fail below.
68+
# Set up JDK, otherwise autobuild will fail below.
6869
- name: Set up JDK
6970
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
7071
with:
71-
java-version: 21
72-
distribution: 'temurin'
72+
java-version: 25
73+
distribution: 'oracle'
7374
cache: 'maven'
7475

7576
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).

0 commit comments

Comments
 (0)