Skip to content

Commit ce2d982

Browse files
committed
work
1 parent 290cf3a commit ce2d982

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
# a pull request then we can checkout the head.
3737
fetch-depth: 2
3838

39-
- name: Set up JDK 15
39+
- name: Set up JDK 11
4040
uses: actions/setup-java@v1
4141
with:
42-
java-version: 15
42+
java-version: 11
4343

4444
# If this run was triggered by a pull request event, then checkout
4545
# the head of the pull request instead of the merge commit.

0 commit comments

Comments
 (0)