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 1a30831 commit 6f8ae70Copy full SHA for 6f8ae70
.github/workflows/ql-for-ql-build.yml
@@ -57,6 +57,7 @@ jobs:
57
key: run-ql-for-ql
58
- name: Make database and analyze
59
run: |
60
+ ./ql/target/release/buramu > deprecated.blame # Add a blame file for the extractor to parse.
61
${CODEQL} database create -l=ql --search-path ql/extractor-pack ${DB}
62
${CODEQL} database analyze -j0 --format=sarif-latest --output=ql-for-ql.sarif ${DB} ql/ql/src/codeql-suites/ql-code-scanning.qls --compilation-cache "${{ steps.query-cache.outputs.cache-dir }}"
63
env:
0 commit comments