From b7602c746bcca7bb8511f5fc9bccb2889c7141d6 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Sun, 23 Oct 2022 09:29:28 -0700 Subject: [PATCH] Remove CodeQL workaround (#6949) same as https://github.com/open-telemetry/opentelemetry-java-contrib/pull/556 --- .github/workflows/codeql-daily.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/codeql-daily.yml b/.github/workflows/codeql-daily.yml index f3d79ac2e73a..bb1ef7afe516 100644 --- a/.github/workflows/codeql-daily.yml +++ b/.github/workflows/codeql-daily.yml @@ -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