From 7f6d25dcea44bc72842ce8a8fb548dbd7b04ec05 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Tue, 29 Apr 2025 23:00:35 -0700 Subject: [PATCH] tools: ignore V8 tests in CodeQL scans CodeQL reports hundreds of errors in V8 tests indicating 'A parse error occurred'. Code quality issues in V8 tests are not a concern for Node.js. Exclude the tests from CodeQL scans. --- .github/codeql-config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/codeql-config.yml b/.github/codeql-config.yml index ba8393c763a25b..0d324d49dc0689 100644 --- a/.github/codeql-config.yml +++ b/.github/codeql-config.yml @@ -2,3 +2,4 @@ name: CodeQL config paths-ignore: - test + - deps/v8/test