Set up JDK 17 for CQL

This commit is contained in:
Octavia Togami 2021-12-13 20:41:56 -08:00 committed by GitHub
parent 540c33e260
commit 9557fa7e3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,12 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v2
with:
java-version: 17
cache: 'gradle'
distribution: 'temurin'
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL