[Project] Updated codeql to use Java 21

This commit is contained in:
Robert von Burg 2023-11-30 10:10:22 +01:00
parent ec72200d15
commit 74ba243b2f
Signed by: eitch
GPG Key ID: 75DB9C85C74331F7
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ jobs:
- uses: actions/setup-java@v1
with:
distribution: 'zulu'
java-version: '17'
java-version: '21'
cache: 'maven'
# Initializes the CodeQL tools for scanning.