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 22
22
steps :
23
23
# ## Build the queries ###
24
24
- uses : actions/checkout@v3
25
+ with :
26
+ fetch-depth : 0
25
27
- name : Find codeql
26
28
id : find-codeql
27
29
uses : github/codeql-action/init@v2
59
61
key : run-ql-for-ql
60
62
- name : Make database and analyze
61
63
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.
63
65
${CODEQL} database create -l=ql --search-path ql/extractor-pack ${DB}
64
66
${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 }}"
65
67
env :
You can’t perform that action at this time.
0 commit comments