Bazel: empty out WORKSPACE.bazel

This commit is contained in:
Paolo Tranquilli
2024-02-19 10:30:48 +01:00
parent f41b70af78
commit b174aa65a3
2 changed files with 3 additions and 4 deletions

View File

@@ -25,6 +25,7 @@
# Bazel (excluding BUILD.bazel files)
WORKSPACE.bazel @github/codeql-ci-reviewers
MODULE.bazel @github/codeql-ci-reviewers
.bazelversion @github/codeql-ci-reviewers
.bazelrc @github/codeql-ci-reviewers
**/*.bzl @github/codeql-ci-reviewers

View File

@@ -1,4 +1,2 @@
# Please notice that any bazel targets and definitions in this repository are currently experimental
# and for internal use only.
workspace(name = "codeql")
# plase use MODULE.bazel to add dependencies
# this empty file is required by internal repositories, don't remove it