Set the executable bit on the scripts in the Actions extractor

This commit is contained in:
Dave Bartolomeo
2025-02-27 19:57:00 +00:00
parent f7d95e4dcb
commit ac555ff0a3

View File

@@ -5,7 +5,8 @@ codeql_pkg_files(
srcs = [ srcs = [
"codeql-extractor.yml", "codeql-extractor.yml",
"//:LICENSE", "//:LICENSE",
] + glob(["tools/**"]), ],
exes = glob(["tools/**"]),
strip_prefix = strip_prefix.from_pkg(), strip_prefix = strip_prefix.from_pkg(),
visibility = ["//actions:__pkg__"], visibility = ["//actions:__pkg__"],
) )