codeql/WORKSPACE.bazel

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 строки
325 B
Plaintext
Исходник Обычный вид История

# Please notice that any bazel targets and definitions in this repository are currently experimental
# and for internal use only.
2022-04-12 18:31:46 +03:00
workspace(name = "codeql")
2022-04-12 18:31:46 +03:00
load("//misc/bazel:workspace.bzl", "codeql_workspace")
2022-04-12 18:31:46 +03:00
codeql_workspace()
2022-04-12 18:31:46 +03:00
load("//misc/bazel:workspace_deps.bzl", "codeql_workspace_deps")
2022-04-12 18:31:46 +03:00
codeql_workspace_deps()