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 3790611 commit 58c93bfCopy full SHA for 58c93bf
1 file changed
.github/workflows/build.yml
@@ -84,6 +84,7 @@ jobs:
84
run: |
85
codeql/codeql pack create ql/src --output target/packs
86
PACK_FOLDER=$(readlink -f target/packs/github/codeql-ruby/*)
87
+ codeql/codeql generate query-help --format=sarifv2.1.0 --output="${PACK_FOLDER}/rules.sarif" ql/src
88
(cd ql/src; find queries \( -name '*.qhelp' -o -name '*.rb' -o -name '*.erb' \) -exec bash -c 'mkdir -p "'"${PACK_FOLDER}"'/$(dirname "{}")"' \; -exec cp "{}" "${PACK_FOLDER}/{}" \;)
89
- name: Compile with previous CodeQL versions
90
0 commit comments