Skip to content

Commit 088b62e

Browse files
committed
ci: set up java for CodeQL as well
1 parent ffb57d3 commit 088b62e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ jobs:
2121
steps:
2222
- name: Checkout repository
2323
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # ratchet:actions/checkout@v3
24+
- uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # ratchet:actions/setup-java@v3
25+
with:
26+
distribution: zulu
27+
java-version: 8
2428
- name: Initialize CodeQL
2529
uses: github/codeql-action/init@32dc499307d133bb5085bae78498c0ac2cf762d5 # ratchet:github/codeql-action/init@v2
2630
with:

0 commit comments

Comments
 (0)