File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
swift/actions/run-ql-tests Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6767 mv "$CODEQL_PATH/csharp/tools/extractor-asp.jar" "${{ github.workspace }}/csharp/extractor-pack/tools"
6868 # Safe guard against using the bundled extractor
6969 rm -rf "$CODEQL_PATH/csharp"
70- codeql test run --threads=0 --ram 52000 --slice ${{ matrix.slice }} --search-path "${{ github.workspace }}/csharp/extractor-pack" --check-databases --check-undefined-labels --check-repeated-labels --check-redefined-labels --consistency-queries ql/consistency-queries ql/test --compilation-cache "${{ steps.query-cache.outputs.cache-dir }}"
70+ codeql test run --threads=0 --ram 50000 --slice ${{ matrix.slice }} --search-path "${{ github.workspace }}/csharp/extractor-pack" --check-databases --check-undefined-labels --check-repeated-labels --check-redefined-labels --consistency-queries ql/consistency-queries ql/test --compilation-cache "${{ steps.query-cache.outputs.cache-dir }}"
7171 env :
7272 GITHUB_TOKEN : ${{ github.token }}
7373 unit-tests :
Original file line number Diff line number Diff line change 4747 run : |
4848 codeql query compile \
4949 --check-only \
50- --ram 52000 \
50+ --ram 50000 \
5151 --additional-packs "${{ github.workspace }}" \
5252 --threads=0 \
5353 --compilation-cache "${{ steps.query-cache.outputs.cache-dir }}" \
5858 run : |
5959 codeql test run \
6060 --threads=0 \
61- --ram 52000 \
61+ --ram 50000 \
6262 --additional-packs "${{ github.workspace }}" \
6363 --compilation-cache "${{ steps.query-cache.outputs.cache-dir }}" \
6464 -- \
Original file line number Diff line number Diff line change 6262 key : ruby-qltest
6363 - name : Run QL tests
6464 run : |
65- codeql test run --threads=0 --ram 52000 --search-path "${{ github.workspace }}/ruby/extractor-pack" --check-databases --check-undefined-labels --check-unused-labels --check-repeated-labels --check-redefined-labels --check-use-before-definition --consistency-queries ql/consistency-queries ql/test --compilation-cache "${{ steps.query-cache.outputs.cache-dir }}"
65+ codeql test run --threads=0 --ram 50000 --search-path "${{ github.workspace }}/ruby/extractor-pack" --check-databases --check-undefined-labels --check-unused-labels --check-repeated-labels --check-redefined-labels --check-use-before-definition --consistency-queries ql/consistency-queries ql/test --compilation-cache "${{ steps.query-cache.outputs.cache-dir }}"
6666 env :
6767 GITHUB_TOKEN : ${{ github.token }}
Original file line number Diff line number Diff line change 1919 run : |
2020 codeql test run \
2121 --threads=0 \
22- --ram 52000 \
22+ --ram 50000 \
2323 --search-path "${{ github.workspace }}/swift/extractor-pack" \
2424 --check-databases \
2525 --check-unused-labels \
You can’t perform that action at this time.
0 commit comments