Skip to content

Commit

Permalink
Fix CodeQL build (open-telemetry#7991)
Browse files Browse the repository at this point in the history
Co-authored-by: Lauri Tulmin <[email protected]>
  • Loading branch information
trask and laurit authored Mar 7, 2023
1 parent 4686138 commit a7dc2ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/codeql-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a7dc2ef

Please sign in to comment.