Skip to content

Commit d35509f

Browse files
committed
fix
1 parent c921d69 commit d35509f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
- name: Setup Java JDK
4141
uses: actions/setup-java@v2
4242
with:
43-
distribution: 'adopt'
44-
java-version: 16
43+
distribution: 'temurin'
44+
java-version: 17
4545

4646
# Initializes the CodeQL tools for scanning.
4747
- name: Initialize CodeQL

0 commit comments

Comments
 (0)