mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Upgrade bazel to 7.2.0.
This also bumps a bunch of external dependencies.
This commit is contained in:
@@ -36,11 +36,3 @@ codeql_pack(
|
||||
visibility = ["//visibility:public"],
|
||||
zips = {"//javascript/extractor/lib/typescript": "tools"},
|
||||
)
|
||||
|
||||
# TODO copy for internal repository backward compatibility
|
||||
genrule(
|
||||
name = "javascript.zip",
|
||||
srcs = [":javascript-generic-zip"],
|
||||
outs = ["javascript.zip"],
|
||||
cmd = "cp $< $@",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user