Skip to content

Commit 800340b

Browse files
[CodeQl] Added debug flag (#221345)
## Summary Added debug flag for CodeQl action.
1 parent 7caa0af commit 800340b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
with:
3232
languages: ${{ matrix.language }}
3333
config-file: ./.github/codeql/codeql-config.yml
34+
debug: true
3435

3536
# TODO: Possibly required to follow all call paths, however, when enabled, the step below runs out of memory.
3637
# Possible workarounds: Apply for access to the GitHub beta where we can use beefier machines, or run it ourselves on Buildkite

0 commit comments

Comments
 (0)