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 8dbc964 commit a1ec004Copy full SHA for a1ec004
exercises/lab 3 - code-scanning.md
@@ -49,13 +49,14 @@ CodeQL requires a build of compiled languages. An analysis job can fail if our *
49
<details>
50
<summary>Solution</summary>
51
52
+ ```yaml
53
- name: Setup Java JDK
54
uses: actions/setup-java@v2.2.0
55
if: matrix.language == 'java'
56
with:
57
java-version: 15
58
distribution: 'zulu'
-
59
+ ```
60
</details>
61
62
0 commit comments