mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Set the executable bit on the scripts in the Actions extractor
This commit is contained in:
@@ -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__"],
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user