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 860c3c4 commit f2d980bCopy full SHA for f2d980b
.github/workflows/ruby-build.yml
@@ -97,6 +97,7 @@ jobs:
97
run: |
98
codeql pack create ../shared/ssa --output target/packs
99
codeql pack create ../misc/suite-helpers --output target/packs
100
+ codeql pack create ../shared/regex --output target/packs
101
codeql pack create ql/lib --output target/packs
102
codeql pack create ql/src --output target/packs
103
PACK_FOLDER=$(readlink -f target/packs/codeql/ruby-queries/*)
0 commit comments