Bazel: rename internal module to semmle_code

This commit is contained in:
Paolo Tranquilli
2024-02-21 16:48:23 +01:00
parent cb5e3c336d
commit 61bfe7e520
10 changed files with 35 additions and 35 deletions

View File

@@ -5,9 +5,9 @@ module(
# this points to our internal repository when `codeql` is checked out as a submodule thereof
# when building things from `codeql` independently this is stubbed out in `.bazelrc`
bazel_dep(name = "codeql_internal", version = "0.0")
bazel_dep(name = "semmle_code", version = "0.0")
local_path_override(
module_name = "codeql_internal",
module_name = "semmle_code",
path = "..",
)