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 2929 # run with --check-only if running in a PR (github.sha != main)
3030 if : ${{ github.event_name == 'pull_request' }}
3131 shell : bash
32- run : codeql query compile -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 }}"
3333 - name : compile queries - full
3434 # do full compile if running on main - this populates the cache
3535 if : ${{ github.event_name != 'pull_request' }}
3636 shell : bash
37- run : codeql query compile -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 }}"
You can’t perform that action at this time.
0 commit comments