Merge pull request #18888 from github/dbartol/actions-executable-bit

Set the executable bit on the scripts in the Actions extractor
This commit is contained in:
Chris Smowton
2025-03-03 08:53:50 +00:00
committed by GitHub

View File

@@ -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__"],
)