Skip to content

Commit 4be2712

Browse files
authored
We are on JDK 20 already
1 parent eda577f commit 4be2712

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ jobs:
4747
# See: https://github.com/actions/virtual-environments/issues/1187#issuecomment-686735760
4848
run: sudo ethtool -K eth0 tx off rx off
4949

50-
# Install and setup JDK 17
51-
- name: Setup JDK 17
50+
# Install and setup JDK 20
51+
- name: Setup JDK 20
5252
uses: actions/setup-java@v4
5353
with:
5454
distribution: temurin
55-
java-version: 17
55+
java-version: 20
5656

5757
# Initializes the CodeQL tools for scanning.
5858
- name: Initialize CodeQL

0 commit comments

Comments
 (0)