Update codeql-analysis.yml

This commit is contained in:
CrazyCloudCraft | Argantiu 2022-08-21 20:37:00 +02:00 committed by GitHub
parent a43cd4cf97
commit 790399a71f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,10 +51,10 @@ jobs:
# Prefix the list here with "+" to use these queries and those in the config file. # Prefix the list here with "+" to use these queries and those in the config file.
# queries: ./path/to/local/query, your-org/your-repo/queries@main # queries: ./path/to/local/query, your-org/your-repo/queries@main
- name: Set up JDK 16 - name: Set up JDK 17
uses: actions/setup-java@v1 uses: actions/setup-java@v1
with: with:
java-version: 16 java-version: 17
- name: Cache Gradle - name: Cache Gradle
id: cache-gradle id: cache-gradle