We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7570672 + ac555ff commit ee08e8bCopy full SHA for ee08e8b
1 file changed
actions/extractor/BUILD.bazel
@@ -5,7 +5,8 @@ codeql_pkg_files(
5
srcs = [
6
"codeql-extractor.yml",
7
"//:LICENSE",
8
- ] + glob(["tools/**"]),
+ ],
9
+ exes = glob(["tools/**"]),
10
strip_prefix = strip_prefix.from_pkg(),
11
visibility = ["//actions:__pkg__"],
12
)
0 commit comments