Fix CodeQL build (#7991)

Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
This commit is contained in:
Trask Stalnaker 2023-03-07 00:14:26 -08:00 committed by GitHub
parent 46861382e8
commit a7dc2ef5a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,9 @@ jobs:
uses: github/codeql-action/init@v2
with:
languages: java
# using "latest" helps to keep up with the latest Kotlin support
# see https://github.com/github/codeql-action/issues/1555#issuecomment-1452228433
tools: latest
- uses: gradle/gradle-build-action@v2
with: