Skip to content

Commit e156535

Browse files
committed
Fix CodeQL for Java 17
1 parent 2ec09c4 commit e156535

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,12 @@ jobs:
5050
- name: Checkout repository
5151
uses: actions/checkout@v4
5252

53-
# Initializes the CodeQL tools for scanning.
53+
- name: Setup Java
54+
uses: actions/setup-java@v4
55+
with:
56+
java-version: 17
57+
58+
# Initializes the CodeQL tools for scanning.
5459
- name: Initialize CodeQL
5560
uses: github/codeql-action/init@v3
5661
with:

0 commit comments

Comments
 (0)