From bc32ae12d575520fcf7b0a82f0e660b7e2705043 Mon Sep 17 00:00:00 2001 From: Evgenii Kliuchnikov Date: Tue, 4 Jul 2023 13:01:14 +0000 Subject: add tests with UTF8/UTF16 non-ASCII text PiperOrigin-RevId: 545424981 --- .github/workflows/codeql.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.github') 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 -- cgit v1.1