Skip to content

Commit 7fbd198

Browse files
bump java version of codeql action
1 parent 01cd33b commit 7fbd198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/setup-java@v3
2222
with:
2323
distribution: 'zulu'
24-
java-version: 20
24+
java-version: 21
2525
cache: 'maven'
2626
- name: Initialize CodeQL
2727
uses: github/codeql-action/init@v2

0 commit comments

Comments
 (0)