Skip to content

Commit

Permalink
ci(github): Use a non-deprecated value to configure CodeQL tools
Browse files Browse the repository at this point in the history
See [1].

[1]: github/codeql-action#2281

Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
  • Loading branch information
sschuberth committed May 21, 2024
1 parent 8bc7f88 commit 6ae4429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: github/codeql-action/init@v3
with:
languages: java
tools: latest
tools: linked
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
with:
Expand Down

0 comments on commit 6ae4429

Please sign in to comment.