From 6f8ae703ca3defd24e28a3d2c46b62eb7e648dd1 Mon Sep 17 00:00:00 2001 From: erik-krogh Date: Sat, 18 Feb 2023 12:31:14 +0100 Subject: [PATCH] add the deprecation file when running QL-for-QL --- .github/workflows/ql-for-ql-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ql-for-ql-build.yml b/.github/workflows/ql-for-ql-build.yml index c5decb01b92..db854eea0c8 100644 --- a/.github/workflows/ql-for-ql-build.yml +++ b/.github/workflows/ql-for-ql-build.yml @@ -57,6 +57,7 @@ jobs: key: run-ql-for-ql - name: Make database and analyze run: | + ./ql/target/release/buramu > deprecated.blame # Add a blame file for the extractor to parse. ${CODEQL} database create -l=ql --search-path ql/extractor-pack ${DB} ${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 }}" env: