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
# using "latest" helps to keep up with the latest Kotlin support
43
51
# see https://github.com/github/codeql-action/issues/1555#issuecomment-1452228433
44
52
tools: latest
45
53
46
54
- name: Assemble
55
+
if: matrix.language == 'java'
47
56
# --no-build-cache is required for codeql to analyze all modules
48
57
# --no-daemon is required for codeql to observe the compilation
49
58
# (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