mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-25 16:42:34 +00:00
Use wait-for-processing in CodeQl actions
This commit is contained in:
committed by
Bruno Oliveira da Silva
parent
d1a92680f5
commit
45193dba0e
2
.github/workflows/codeql-java-analysis.yml
vendored
2
.github/workflows/codeql-java-analysis.yml
vendored
@@ -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]}}'
|
||||
|
||||
Reference in New Issue
Block a user