Skip to content

Commit 6f8ae70

Browse files
committed
add the deprecation file when running QL-for-QL
1 parent 1a30831 commit 6f8ae70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ql-for-ql-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
key: run-ql-for-ql
5858
- name: Make database and analyze
5959
run: |
60+
./ql/target/release/buramu > deprecated.blame # Add a blame file for the extractor to parse.
6061
${CODEQL} database create -l=ql --search-path ql/extractor-pack ${DB}
6162
${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 }}"
6263
env:

0 commit comments

Comments
 (0)