We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eda577f commit 4be2712Copy full SHA for 4be2712
.github/workflows/codeql-analysis.yml
@@ -47,12 +47,12 @@ jobs:
47
# See: https://github.com/actions/virtual-environments/issues/1187#issuecomment-686735760
48
run: sudo ethtool -K eth0 tx off rx off
49
50
- # Install and setup JDK 17
51
- - name: Setup JDK 17
+ # Install and setup JDK 20
+ - name: Setup JDK 20
52
uses: actions/setup-java@v4
53
with:
54
distribution: temurin
55
- java-version: 17
+ java-version: 20
56
57
# Initializes the CodeQL tools for scanning.
58
- name: Initialize CodeQL
0 commit comments