Skip to content

Commit

Permalink
Set the executable bit on the scripts in the Actions extractor
Browse files Browse the repository at this point in the history
  • Loading branch information
dbartol committed Feb 27, 2025
1 parent f7d95e4 commit 8cbe0d1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions actions/extractor/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -4,8 +4,9 @@ codeql_pkg_files(
name = "extractor",
srcs = [
"codeql-extractor.yml",
"//:LICENSE",
] + glob(["tools/**"]),
"//:LICENSE"
],
exes = glob(["tools/**"]),
strip_prefix = strip_prefix.from_pkg(),
visibility = ["//actions:__pkg__"],
)

0 comments on commit 8cbe0d1

Please sign in to comment.