Skip to content

Commit 53ba22a

Browse files
erik-kroghaibaars
andcommitted
simplify pack creation
Co-authored-by: Arthur Baars <[email protected]>
1 parent 3b7ce06 commit 53ba22a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ruby-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@ jobs:
9494
key: ruby-build
9595
- name: Build Query Pack
9696
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
101101
codeql pack create -j0 ql/src --output target/packs --compilation-cache "${{ steps.query-cache.outputs.cache-dir }}"
102102
PACK_FOLDER=$(readlink -f target/packs/codeql/ruby-queries/*)
103103
codeql generate query-help --format=sarifv2.1.0 --output="${PACK_FOLDER}/rules.sarif" ql/src

0 commit comments

Comments
 (0)