You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/workflows/codeql.yml
+4-2
Original file line number
Diff line number
Diff line change
@@ -61,8 +61,10 @@ jobs:
61
61
tools: latest
62
62
63
63
- name: Build
64
-
# skipping build cache is needed so that all modules will be analyzed
65
-
run: ./gradlew assemble -x javadoc
64
+
# --no-build-cache is required for codeql to analyze all modules
65
+
# --no-daemon is required for codeql to observe the compilation
66
+
# (see https://docs.github.com/en/code-security/codeql-cli/getting-started-with-the-codeql-cli/preparing-your-code-for-codeql-analysis#specifying-build-commands)
0 commit comments