diff --git a/python/BUILD.bazel b/python/BUILD.bazel index f3c7ebbdb27..d53770a726c 100644 --- a/python/BUILD.bazel +++ b/python/BUILD.bazel @@ -32,7 +32,10 @@ pkg_filegroup( pkg_files( name = "resources", - srcs = ["codeql-extractor.yml", "//:LICENSE"], + srcs = [ + "codeql-extractor.yml", + "//:LICENSE", + ], strip_prefix = None, ) @@ -47,9 +50,9 @@ codeql_pkg_files( codeql_pack( name = "python", srcs = [ - ":resources", ":dbscheme-group", ":extractor-arch", + ":resources", "//python/downgrades", "//python/extractor", "//python/tools", diff --git a/ruby/BUILD.bazel b/ruby/BUILD.bazel index 5457fe1244b..751a41fbc48 100644 --- a/ruby/BUILD.bazel +++ b/ruby/BUILD.bazel @@ -32,7 +32,10 @@ pkg_filegroup( codeql_pkg_files( name = "codeql-extractor-yml", - srcs = ["codeql-extractor.yml", "//:LICENSE"], + srcs = [ + "codeql-extractor.yml", + "//:LICENSE", + ], strip_prefix = None, ) diff --git a/swift/BUILD.bazel b/swift/BUILD.bazel index 63fe3ea3be3..db01fa225eb 100644 --- a/swift/BUILD.bazel +++ b/swift/BUILD.bazel @@ -82,8 +82,8 @@ codeql_pkg_files( srcs = [ "codeql-extractor.yml", "ql/lib/swift.dbscheme.stats", - "//swift/extractor/trap:generated_dbscheme", "//:LICENSE", + "//swift/extractor/trap:generated_dbscheme", ], )