mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
13 lines
305 B
Python
13 lines
305 B
Python
# Please notice that any bazel targets and definitions in this repository are currently experimental
|
|
# and for internal use only.
|
|
|
|
workspace(name = "ql")
|
|
|
|
load("//misc/bazel:workspace.bzl", "ql_workspace")
|
|
|
|
ql_workspace()
|
|
|
|
load("//misc/bazel:workspace_deps.bzl", "ql_workspace_deps")
|
|
|
|
ql_workspace_deps()
|