Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 427a607 commit ae08130Copy full SHA for ae08130
1 file changed
.github/workflows/ql-for-ql-build.yml
@@ -37,7 +37,7 @@ jobs:
37
if: steps.cache-queries.outputs.cache-hit != 'true'
38
run: |
39
cd ql/ql/src
40
- "${CODEQL}" pack create
+ "${CODEQL}" pack create -j 16
41
cd .codeql/pack/codeql/ql/0.0.0
42
zip "${PACKZIP}" -r .
43
rm -rf *
0 commit comments