Skip to content

Commit 5766cb4

Browse files
authored
setup jdk8
1 parent 18ee0d3 commit 5766cb4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ jobs:
2929
- name: Checkout repository
3030
uses: actions/checkout@v2
3131

32+
- name: Setup Java JDK
33+
uses: actions/setup-java@v2
34+
with:
35+
distribution: 'zulu'
36+
java-version: '8'
37+
3238
# Initializes the CodeQL tools for scanning.
3339
- name: Initialize CodeQL
3440
uses: github/codeql-action/init@v1

0 commit comments

Comments
 (0)