File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 29
29
# run with --check-only if running in a PR (github.sha != main)
30
30
if : ${{ github.event_name == 'pull_request' }}
31
31
shell : bash
32
- run : codeql query compile -q -j0 */ql/{src,examples} --keep-going --warnings=error --check-only --compilation-cache "${{ steps.query-cache.outputs.cache-dir }}"
32
+ run : codeql query compile -q -j0 */ql/{src,examples} --keep-going --warnings=error --check-only --compilation-cache "${{ steps.query-cache.outputs.cache-dir }}" --compilation-cache-size=500
33
33
- name : compile queries - full
34
34
# do full compile if running on main - this populates the cache
35
35
if : ${{ github.event_name != 'pull_request' }}
36
36
shell : bash
37
- run : codeql query compile -q -j0 */ql/{src,examples} --keep-going --warnings=error --compilation-cache "${{ steps.query-cache.outputs.cache-dir }}"
37
+ run : codeql query compile -q -j0 */ql/{src,examples} --keep-going --warnings=error --compilation-cache "${{ steps.query-cache.outputs.cache-dir }}" --compilation-cache-size=500
You can’t perform that action at this time.
0 commit comments