File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -94,10 +94,10 @@ jobs:
94
94
key : ruby-build
95
95
- name : Build Query Pack
96
96
run : |
97
- codeql pack create -j0 ../shared/ssa --output target/packs --compilation-cache "${{ steps.query-cache.outputs.cache-dir }}"
98
- codeql pack create -j0 ../misc/suite-helpers --output target/packs --compilation-cache "${{ steps.query-cache.outputs.cache-dir }}"
99
- codeql pack create -j0 ../shared/regex --output target/packs --compilation-cache "${{ steps.query-cache.outputs.cache-dir }}"
100
- codeql pack create -j0 ql/lib --output target/packs --compilation-cache "${{ steps.query-cache.outputs.cache-dir }}"
97
+ codeql pack create ../shared/ssa --output target/packs
98
+ codeql pack create ../misc/suite-helpers --output target/packs
99
+ codeql pack create ../shared/regex --output target/packs
100
+ codeql pack create ql/lib --output target/packs
101
101
codeql pack create -j0 ql/src --output target/packs --compilation-cache "${{ steps.query-cache.outputs.cache-dir }}"
102
102
PACK_FOLDER=$(readlink -f target/packs/codeql/ruby-queries/*)
103
103
codeql generate query-help --format=sarifv2.1.0 --output="${PACK_FOLDER}/rules.sarif" ql/src
You can’t perform that action at this time.
0 commit comments