Skip to content

Commit 6db4edc

Browse files
committed
feat: jdk 21 for CodeQL
1 parent 1614726 commit 6db4edc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ jobs:
5757
# uses a compiled language
5858

5959
- run: |
60-
- name: Set up JDK 16
60+
- name: Set up JDK 21
6161
uses: actions/setup-java@v1
6262
with:
63-
java-version: 16
63+
java-version: 21
6464
- name: Grant execute permission for gradlew
6565
run: chmod +x gradlew
6666
- name: Build with Gradle

0 commit comments

Comments
 (0)