Skip to content

Commit 90dd147

Browse files
committed
[CONFIG] [RUNTIME] Java runtime from Java 19 moved to Java 20
1 parent 5a89a45 commit 90dd147

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
@@ -44,10 +44,10 @@ jobs:
4444
- name: Checkout repository
4545
uses: actions/checkout@v3
4646

47-
- name: Set up JDK 19
47+
- name: Set up JDK 20
4848
uses: actions/setup-java@v3
4949
with:
50-
java-version: '19'
50+
java-version: '20'
5151
distribution: temurin
5252

5353
# Initializes the CodeQL tools for scanning.

0 commit comments

Comments
 (0)