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 ffb57d3 commit 088b62eCopy full SHA for 088b62e
.github/workflows/codeql.yml
@@ -21,6 +21,10 @@ jobs:
21
steps:
22
- name: Checkout repository
23
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
28
- name: Initialize CodeQL
29
uses: github/codeql-action/init@32dc499307d133bb5085bae78498c0ac2cf762d5 # ratchet:github/codeql-action/init@v2
30
with:
0 commit comments