Skip to content

Commit 50a498d

Browse files
committed
Simplify the version to use v3 instead of v3.4.1
1 parent 4b287a0 commit 50a498d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/lab 3 - code-scanning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ CodeQL requires a build of compiled languages, and an analysis job can fail if o
5151
<details>
5252
<summary>Solution</summary>
5353

54-
uses: actions/setup-java@v3.4.1
54+
uses: actions/setup-java@v3
5555
with:
5656
java-version: 16
5757
distribution: 'microsoft'

0 commit comments

Comments
 (0)