Skip to content

Commit 817df38

Browse files
authored
Change JDK version from 21 to 17 in CodeQL workflow
Signed-off-by: Urik Development <hello@urik.io>
1 parent 03bc130 commit 817df38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ jobs:
3939
with:
4040
persist-credentials: false
4141

42-
- name: Set up JDK 21
42+
- name: Set up JDK 17
4343
if: matrix.language == 'java-kotlin'
4444
uses: actions/setup-java@v5
4545
with:
46-
java-version: '21'
46+
java-version: '17'
4747
distribution: 'temurin'
4848

4949
- name: Initialize CodeQL

0 commit comments

Comments
 (0)