File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Please notice that any bazel targets and definitions in this repository are currently experimental
2
2
# and for internal use only.
3
3
4
- workspace (name = "ql " )
4
+ workspace (name = "codeql " )
5
5
6
- load ("//misc/bazel:workspace.bzl" , "ql_workspace " )
6
+ load ("//misc/bazel:workspace.bzl" , "codeql_workspace " )
7
7
8
- ql_workspace ()
8
+ codeql_workspace ()
9
9
10
- load ("//misc/bazel:workspace_deps.bzl" , "ql_workspace_deps " )
10
+ load ("//misc/bazel:workspace_deps.bzl" , "codeql_workspace_deps " )
11
11
12
- ql_workspace_deps ()
12
+ codeql_workspace_deps ()
Original file line number Diff line number Diff line change 1
1
load ("@bazel_tools//tools/build_defs/repo:http.bzl" , "http_archive" )
2
2
load ("@bazel_tools//tools/build_defs/repo:utils.bzl" , "maybe" )
3
3
4
- def ql_workspace ():
4
+ def codeql_workspace ():
5
5
maybe (
6
6
repo_rule = http_archive ,
7
7
name = "rules_pkg" ,
Original file line number Diff line number Diff line change 1
1
load ("@rules_pkg//:deps.bzl" , "rules_pkg_dependencies" )
2
2
3
- def ql_workspace_deps ():
3
+ def codeql_workspace_deps ():
4
4
rules_pkg_dependencies ()
You can’t perform that action at this time.
0 commit comments