Skip to content

Commit 3644e72

Browse files
committed
ci(github): Use a non-deprecated value to configure CodeQL tools
See [1]. [1]: github/codeql-action#2281 Signed-off-by: Sebastian Schuberth <[email protected]>
1 parent 823613c commit 3644e72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: github/codeql-action/init@v3
3838
with:
3939
languages: java
40-
tools: latest
40+
tools: linked
4141
- name: Setup Gradle
4242
uses: gradle/actions/setup-gradle@v3
4343
with:

0 commit comments

Comments
 (0)