File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8282 run : |
8383 codeql/codeql pack create ql/src --output target/packs
8484 PACK_FOLDER=$(readlink -f target/packs/github/codeql-ruby/*)
85- cp -r ql/src/codeql-suites "${PACK_FOLDER}"/
86- (cd ql/src; find queries \( -name '*.rb' -o -name '*.erb' \) -exec cp "{}" "${PACK_FOLDER}/{}" \;)
85+ (cd ql/src; find queries \( -name '*.qhelp' -o -name '*.rb' -o -name '*.erb' \) -exec cp "{}" "${PACK_FOLDER}/{}" \;)
8786 - name : Compile with previous CodeQL versions
8887 run : |
8988 for version in $(gh release list --repo https://github.com/github/codeql-cli-binaries | cut -f 1 | sort --version-sort | tail -3 | head -2); do
@@ -144,7 +143,7 @@ jobs:
144143 echo '{
145144 "provide": [
146145 "ruby/codeql-extractor.yml",
147- "qlpacks/*/qlpack.yml"
146+ "qlpacks/*/*/*/ qlpack.yml"
148147 ]
149148 }' > .codeqlmanifest.json
150149 zip -rq codeql-ruby-bundle.zip .codeqlmanifest.json ruby qlpacks
You can’t perform that action at this time.
0 commit comments