Skip to content

Commit da4356a

Browse files
authored
Merge pull request #791 from jeffgbutler/fix-codeql
Fix CodeQL for Java 17
2 parents 5ec40fa + 68c4cbe commit da4356a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/codeql.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,13 @@ 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+
distribution: 'temurin'
58+
59+
# Initializes the CodeQL tools for scanning.
5460
- name: Initialize CodeQL
5561
uses: github/codeql-action/init@v3
5662
with:

0 commit comments

Comments
 (0)