File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 2222 steps :
2323 # ## Build the queries ###
2424 - uses : actions/checkout@v3
25+ with :
26+ fetch-depth : 0
2527 - name : Find codeql
2628 id : find-codeql
2729 uses : github/codeql-action/init@v2
5961 key : run-ql-for-ql
6062 - name : Make database and analyze
6163 run : |
62- ./ql/target/release/buramu > deprecated.blame # Add a blame file for the extractor to parse.
64+ ./ql/target/release/buramu | tee deprecated.blame # Add a blame file for the extractor to parse.
6365 ${CODEQL} database create -l=ql --search-path ql/extractor-pack ${DB}
6466 ${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 }}"
6567 env :
You can’t perform that action at this time.
0 commit comments