Update codeql.yml

This commit is contained in:
Robert von Burg 2023-09-11 09:04:38 +02:00 committed by GitHub
parent e86625d4c2
commit 7e45617c69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

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