mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Bazel: rename workspace to codeql
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
# Please notice that any bazel targets and definitions in this repository are currently experimental
|
# Please notice that any bazel targets and definitions in this repository are currently experimental
|
||||||
# and for internal use only.
|
# and for internal use only.
|
||||||
|
|
||||||
workspace(name = "ql")
|
workspace(name = "codeql")
|
||||||
|
|
||||||
load("//misc/bazel:workspace.bzl", "ql_workspace")
|
load("//misc/bazel:workspace.bzl", "codeql_workspace")
|
||||||
|
|
||||||
ql_workspace()
|
codeql_workspace()
|
||||||
|
|
||||||
load("//misc/bazel:workspace_deps.bzl", "ql_workspace_deps")
|
load("//misc/bazel:workspace_deps.bzl", "codeql_workspace_deps")
|
||||||
|
|
||||||
ql_workspace_deps()
|
codeql_workspace_deps()
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
|
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
|
||||||
load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
|
load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
|
||||||
|
|
||||||
def ql_workspace():
|
def codeql_workspace():
|
||||||
maybe(
|
maybe(
|
||||||
repo_rule = http_archive,
|
repo_rule = http_archive,
|
||||||
name = "rules_pkg",
|
name = "rules_pkg",
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
load("@rules_pkg//:deps.bzl", "rules_pkg_dependencies")
|
load("@rules_pkg//:deps.bzl", "rules_pkg_dependencies")
|
||||||
|
|
||||||
def ql_workspace_deps():
|
def codeql_workspace_deps():
|
||||||
rules_pkg_dependencies()
|
rules_pkg_dependencies()
|
||||||
|
|||||||
Reference in New Issue
Block a user