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 290cf3a commit ce2d982Copy full SHA for ce2d982
.github/workflows/codeql-analysis.yml
@@ -36,10 +36,10 @@ jobs:
36
# a pull request then we can checkout the head.
37
fetch-depth: 2
38
39
- - name: Set up JDK 15
+ - name: Set up JDK 11
40
uses: actions/setup-java@v1
41
with:
42
- java-version: 15
+ java-version: 11
43
44
# If this run was triggered by a pull request event, then checkout
45
# the head of the pull request instead of the merge commit.
0 commit comments