Skip to content

Commit ee08e8b

Browse files
authored
Merge pull request #18888 from github/dbartol/actions-executable-bit
Set the executable bit on the scripts in the Actions extractor
2 parents 7570672 + ac555ff commit ee08e8b

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)