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 a6e696c commit f43851cCopy full SHA for f43851c
.github/workflows/codeql-analysis.yml
@@ -30,7 +30,10 @@ jobs:
30
# We must fetch at least the immediate parents so that if this is
31
# a pull request then we can checkout the head.
32
fetch-depth: 2
33
-
+ - name: Set up JDK 17
34
+ uses: actions/setup-java@v1
35
+ with:
36
+ java-version: 17
37
# If this run was triggered by a pull request event, then checkout
38
# the head of the pull request instead of the merge commit.
39
- run: git checkout HEAD^2
0 commit comments