Use wait-for-processing in CodeQl actions

This commit is contained in:
andreaTP
2022-05-19 12:20:29 +01:00
committed by Bruno Oliveira da Silva
parent d1a92680f5
commit 45193dba0e
3 changed files with 6 additions and 0 deletions

View File

@@ -41,5 +41,7 @@ jobs:
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2.1.10
with:
wait-for-processing: true
env:
CODEQL_ACTION_EXTRA_OPTIONS: '{"database":{"interpret-results":["--max-paths",0]}}'