Skip to content

Commit ac555ff

Browse files
author
Dave Bartolomeo
committed
Set the executable bit on the scripts in the Actions extractor
1 parent f7d95e4 commit ac555ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

actions/extractor/BUILD.bazel

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ codeql_pkg_files(
55
srcs = [
66
"codeql-extractor.yml",
77
"//:LICENSE",
8-
] + glob(["tools/**"]),
8+
],
9+
exes = glob(["tools/**"]),
910
strip_prefix = strip_prefix.from_pkg(),
1011
visibility = ["//actions:__pkg__"],
1112
)

0 commit comments

Comments
 (0)