Skip to content

Commit 403b2c2

Browse files
committed
Update CodeQL analysis to use Java 17
1 parent 9565410 commit 403b2c2

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
@@ -30,11 +30,11 @@ jobs:
3030
- name: Checkout repository
3131
uses: actions/checkout@v4
3232

33-
- name: Set up JDK 11
33+
- name: Set up JDK 17
3434
uses: actions/setup-java@v4
3535
with:
3636
distribution: 'adopt'
37-
java-version: 11
37+
java-version: 17
3838
cache: 'maven'
3939

4040
# Initializes the CodeQL tools for scanning.

0 commit comments

Comments
 (0)