Skip to content

Commit

Permalink
Merge pull request #18888 from github/dbartol/actions-executable-bit
Browse files Browse the repository at this point in the history
Set the executable bit on the scripts in the Actions extractor
  • Loading branch information
smowton authored Mar 3, 2025
2 parents 7570672 + ac555ff commit ee08e8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion actions/extractor/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -5,7 +5,8 @@ codeql_pkg_files(
srcs = [
"codeql-extractor.yml",
"//:LICENSE",
] + glob(["tools/**"]),
],
exes = glob(["tools/**"]),
strip_prefix = strip_prefix.from_pkg(),
visibility = ["//actions:__pkg__"],
)

0 comments on commit ee08e8b

Please sign in to comment.