mirror of
https://github.com/github/codeql.git
synced 2025-12-16 08:43:11 +01:00
13 lines
325 B
Python
13 lines
325 B
Python
# Please notice that any bazel targets and definitions in this repository are currently experimental
|
|
# and for internal use only.
|
|
|
|
workspace(name = "codeql")
|
|
|
|
load("//misc/bazel:workspace.bzl", "codeql_workspace")
|
|
|
|
codeql_workspace()
|
|
|
|
load("//misc/bazel:workspace_deps.bzl", "codeql_workspace_deps")
|
|
|
|
codeql_workspace_deps()
|