We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcd711a commit d2ee8c0Copy full SHA for d2ee8c0
.github/workflows/ruby-build.yml
@@ -115,9 +115,10 @@ jobs:
115
- name: Build Query Pack
116
run: |
117
rm -rf target/packs
118
- codeql pack create ../shared/ssa --output target/packs
119
codeql pack create ../misc/suite-helpers --output target/packs
120
codeql pack create ../shared/regex --output target/packs
+ codeql pack create ../shared/ssa --output target/packs
121
+ codeql pack create ../shared/tutorial --output target/packs
122
codeql pack create ql/lib --output target/packs
123
codeql pack create -j0 ql/src --output target/packs --compilation-cache "${{ steps.query-cache.outputs.cache-dir }}"
124
PACK_FOLDER=$(readlink -f target/packs/codeql/ruby-queries/*)
0 commit comments