Skip to content

Commit

Permalink
Remove CodeQL workaround (#6949)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored Oct 23, 2022
1 parent 9b4d490 commit b7602c7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/codeql-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ jobs:
languages: java

- uses: gradle/gradle-build-action@v2
env:
# see https://github.com/github/codeql-action/issues/972
JAVA_TOOL_OPTIONS: "--add-opens=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED"
with:
# skipping build cache is needed so that all modules will be analyzed
arguments: assemble --no-build-cache
Expand Down

0 comments on commit b7602c7

Please sign in to comment.