Skip to content

Commit 0486678

Browse files
committed
Adding Java 21 for codeql
1 parent 632559b commit 0486678

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@ jobs:
6363
# 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
6464
# queries: security-extended,security-and-quality
6565

66+
- name: Set up Java 21
67+
uses: actions/setup-java@v4
68+
with:
69+
java-version: '21'
70+
distribution: 'temurin'
6671

6772
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
6873
# If this step fails, then you should remove it and run the build manually (see below)

0 commit comments

Comments
 (0)