We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 93b6c37 + 7446b6b commit 88e84f3Copy full SHA for 88e84f3
1 file changed
.github/workflows/codeql-analysis.yml
@@ -22,6 +22,10 @@ jobs:
22
# a pull request then we can checkout the head.
23
fetch-depth: 2
24
25
+ - uses: actions/setup-java@v1
26
+ with:
27
+ java-version: 15
28
+
29
# If this run was triggered by a pull request event, then checkout
30
# the head of the pull request instead of the merge commit.
31
- run: git checkout HEAD^2
0 commit comments