Skip to content

Commit 2a2f3a9

Browse files
authored
Update JDK version from 17 to 21 in CodeQL workflow
1 parent 54dfb6a commit 2a2f3a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ jobs:
4040
- name: Checkout repository
4141
uses: actions/checkout@main
4242

43-
- name: Set up JDK 17
43+
- name: Set up JDK 21
4444
uses: actions/setup-java@main
4545
with:
46-
java-version: '17'
46+
java-version: '21'
4747
distribution: 'temurin'
4848
cache: 'gradle'
4949

0 commit comments

Comments
 (0)