mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Merge remote-tracking branch 'origin/main' into dbartol/mergeback-3.10
This commit is contained in:
@@ -4,8 +4,8 @@ load("@bazel_skylib//:workspace.bzl", "bazel_skylib_workspace")
|
||||
|
||||
def codeql_workspace_deps(repository_name = "codeql"):
|
||||
pip_install(
|
||||
name = "codegen_deps",
|
||||
requirements = "@%s//misc/codegen:requirements.txt" % repository_name,
|
||||
name = "codegen_deps",
|
||||
requirements = "@%s//misc/codegen:requirements.txt" % repository_name,
|
||||
)
|
||||
bazel_skylib_workspace()
|
||||
rules_pkg_dependencies()
|
||||
|
||||
@@ -3,3 +3,4 @@ version: 0.0.0
|
||||
# Note libraryPathDependencies is obsolete and should not be used in new qlpacks.
|
||||
libraryPathDependencies:
|
||||
- codeql/cpp-all
|
||||
warnOnImplicitThis: true
|
||||
|
||||
@@ -3,3 +3,4 @@ version: 0.0.0
|
||||
# Note libraryPathDependencies is obsolete and should not be used in new qlpacks.
|
||||
libraryPathDependencies:
|
||||
- codeql/csharp-all
|
||||
warnOnImplicitThis: true
|
||||
|
||||
@@ -3,3 +3,4 @@ version: 0.0.0
|
||||
# Note libraryPathDependencies is obsolete and should not be used in new qlpacks.
|
||||
libraryPathDependencies:
|
||||
- codeql/java-all
|
||||
warnOnImplicitThis: true
|
||||
|
||||
@@ -3,3 +3,4 @@ version: 0.0.0
|
||||
# Note libraryPathDependencies is obsolete and should not be used in new qlpacks.
|
||||
libraryPathDependencies:
|
||||
- codeql-javascript
|
||||
warnOnImplicitThis: true
|
||||
|
||||
@@ -3,3 +3,4 @@ version: 0.0.0
|
||||
# Note libraryPathDependencies is obsolete and should not be used in new qlpacks.
|
||||
libraryPathDependencies:
|
||||
- codeql/python-all
|
||||
warnOnImplicitThis: true
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
name: codeql/suite-helpers
|
||||
version: 0.5.5-dev
|
||||
groups: shared
|
||||
warnOnImplicitThis: true
|
||||
|
||||
Reference in New Issue
Block a user