Skip to content

Commit f43851c

Browse files
committed
Fix Autobuild Github Action try#2
1 parent a6e696c commit f43851c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@ jobs:
3030
# We must fetch at least the immediate parents so that if this is
3131
# a pull request then we can checkout the head.
3232
fetch-depth: 2
33-
33+
- name: Set up JDK 17
34+
uses: actions/setup-java@v1
35+
with:
36+
java-version: 17
3437
# If this run was triggered by a pull request event, then checkout
3538
# the head of the pull request instead of the merge commit.
3639
- run: git checkout HEAD^2

0 commit comments

Comments
 (0)