Skip to content
This repository was archived by the owner on May 16, 2023. It is now read-only.

Commit 3b3f6d9

Browse files
committed
Java 17
1 parent 0d04eca commit 3b3f6d9

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
@@ -24,10 +24,10 @@ jobs:
2424
with:
2525
languages: java
2626
queries: security-extended
27-
- name: Set up JDK 11
27+
- name: Set up JDK 17
2828
uses: actions/setup-java@v3
2929
with:
30-
java-version: '11'
30+
java-version: '17'
3131
distribution: temurin
3232
cache: maven
3333
- name: Build

0 commit comments

Comments
 (0)