Skip to content

Commit a1ec004

Browse files
Editing formatting on update-java step
1 parent 8dbc964 commit a1ec004

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

exercises/lab 3 - code-scanning.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,14 @@ CodeQL requires a build of compiled languages. An analysis job can fail if our *
4949
<details>
5050
<summary>Solution</summary>
5151

52+
```yaml
5253
- name: Setup Java JDK
5354
uses: actions/setup-java@v2.2.0
5455
if: matrix.language == 'java'
5556
with:
5657
java-version: 15
5758
distribution: 'zulu'
58-
59+
```
5960
</details>
6061

6162

0 commit comments

Comments
 (0)