File tree Expand file tree Collapse file tree 3 files changed +31
-1
lines changed
ql/test/query-tests/Placeholder Expand file tree Collapse file tree 3 files changed +31
-1
lines changed Original file line number Diff line number Diff line change 1+ load ("//misc/bazel:pkg.bzl" , "codeql_pack" )
2+
3+ package (default_visibility = ["//visibility:public" ])
4+
5+ [
6+ codeql_pack (
7+ name = "-" .join (parts ),
8+ srcs = [
9+ "//actions/extractor" ,
10+ ],
11+ pack_prefix = "/" .join (parts ),
12+ )
13+ for parts in (
14+ [
15+ "experimental" ,
16+ "actions" ,
17+ ],
18+ ["actions" ],
19+ )
20+ ]
Original file line number Diff line number Diff line change 1+ load ("//misc/bazel:pkg.bzl" , "codeql_pkg_files" , "strip_prefix" )
2+
3+ codeql_pkg_files (
4+ name = "extractor" ,
5+ srcs = [
6+ "codeql-extractor.yml" ,
7+ ] + glob (["tools/**" ]),
8+ strip_prefix = strip_prefix .from_pkg (),
9+ visibility = ["//actions:__pkg__" ],
10+ )
Original file line number Diff line number Diff line change 1- | .github/workflows/shell.yml:0:0:0:0 | .github/workflows/shell.yml | File |
1+ | .github/workflows/shell.yml:0:0:0:0 | .github/workflows/shell.yml | Analyzed a file. |
You can’t perform that action at this time.
0 commit comments