We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
WORKSPACE.bazel
1 parent f41b70a commit b174aa6Copy full SHA for b174aa6
CODEOWNERS
@@ -25,6 +25,7 @@
25
26
# Bazel (excluding BUILD.bazel files)
27
WORKSPACE.bazel @github/codeql-ci-reviewers
28
+MODULE.bazel @github/codeql-ci-reviewers
29
.bazelversion @github/codeql-ci-reviewers
30
.bazelrc @github/codeql-ci-reviewers
31
**/*.bzl @github/codeql-ci-reviewers
WORKSPACE.bazel
@@ -1,4 +1,2 @@
1
-# Please notice that any bazel targets and definitions in this repository are currently experimental
2
-# and for internal use only.
3
-
4
-workspace(name = "codeql")
+# plase use MODULE.bazel to add dependencies
+# this empty file is required by internal repositories, don't remove it
0 commit comments