aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/codeql.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/codeql.yml')
-rw-r--r--.github/workflows/codeql.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index bd043c9..1df6419 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -34,9 +34,12 @@ jobs:
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
+ # CodeQL is currently crashing on files with large lists:
+ # https://github.com/github/codeql/issues/13656
config: |
- paths-ignore:
+ paths-ignore:
- research
+ - js/test_data.*
- if: matrix.language == 'cpp'
name: Build CPP