File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 1313
1414jobs :
1515 atm-check-query-suite :
16- runs-on : ubuntu-latest
16+ runs-on : ubuntu-latest-xl
1717
1818 steps :
1919 - uses : actions/checkout@v3
2323 with :
2424 channel : release
2525
26+ - name : Cache compilation cache
27+ id : query-cache
28+ uses : ./.github/actions/cache-query-compilation
29+ with :
30+ key : atm-suite
31+
2632 - name : Install ATM model
2733 run : |
2834 set -exu
@@ -50,10 +56,13 @@ jobs:
5056 echo "SARIF_PATH=${SARIF_PATH}" >> "${GITHUB_ENV}"
5157
5258 codeql database analyze \
59+ --threads=0 \
60+ --ram 50000 \
5361 --format sarif-latest \
5462 --output "${SARIF_PATH}" \
5563 --sarif-group-rules-by-pack \
5664 -vv \
65+ --compilation-cache "${{ steps.query-cache.outputs.cache-dir }}" \
5766 -- \
5867 "${DB_PATH}" \
5968 "${QUERY_PACK}/${QUERY_SUITE}"
You can’t perform that action at this time.
0 commit comments