mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[CodeQL] Added debug flag and increased heap size to 8gb (#210369)
## Summary Added debug flag for CodeQL and increased heap size to 8gb.
This commit is contained in:
parent
9bc9643e80
commit
007b6e7985
1 changed files with 2 additions and 1 deletions
3
.github/workflows/codeql.yml
vendored
3
.github/workflows/codeql.yml
vendored
|
@ -31,6 +31,7 @@ jobs:
|
|||
with:
|
||||
languages: ${{ matrix.language }}
|
||||
config-file: ./.github/codeql/codeql-config.yml
|
||||
debug: ${{ matrix.branch != '7.17' }}
|
||||
|
||||
# TODO: Possibly required to follow all call paths, however, when enabled, the step below runs out of memory.
|
||||
# Possible workarounds: Apply for access to the GitHub beta where we can use beefier machines, or run it ourselves on Buildkite
|
||||
|
@ -53,7 +54,7 @@ jobs:
|
|||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@883d8588e56d1753a8a58c1c86e88976f0c23449 # v3.26.3
|
||||
env:
|
||||
NODE_OPTIONS: "--max-old-space-size=6144"
|
||||
NODE_OPTIONS: "--max-old-space-size=8192"
|
||||
CODEQL_EXTRACTOR_JAVASCRIPT_OPTION_SKIP_TYPES: ${{ env.CODEQL_EXTRACTOR_JAVASCRIPT_OPTION_SKIP_TYPES }}
|
||||
with:
|
||||
category: "/language:${{matrix.language}}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue