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
as [opentelemetry-java-instrumentation repository settings](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/.github/repository-settings.md#repository-settings)
5
-
,
6
-
except that the branch protection rules for `v*` and `gh-pages` are not needed in this repository.
4
+
as [opentelemetry-java-instrumentation repository settings](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/.github/repository-settings.md#repository-settings),
5
+
except that the rules for `gh-pages` and `cloudfoundry` branches are not relevant in this
# using "latest" helps to keep up with the latest Kotlin support
42
+
# see https://github.com/github/codeql-action/issues/1555#issuecomment-1452228433
43
+
tools: latest
44
+
45
+
- name: Assemble
46
+
# --no-build-cache is required for codeql to analyze all modules
47
+
# --no-daemon is required for codeql to observe the compilation
48
+
# (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