From 5c5395eea39952d50ab404d6428bcd321c9d04b9 Mon Sep 17 00:00:00 2001 From: Waleed Latif Date: Thu, 10 Sep 2026 04:08:10 -0700 Subject: [PATCH] chore(codeql): exclude integration test fixtures from analysis --- .github/codeql/codeql-config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/codeql/codeql-config.yml b/.github/codeql/codeql-config.yml index f50b20410aa..6c93954f998 100644 --- a/.github/codeql/codeql-config.yml +++ b/.github/codeql/codeql-config.yml @@ -16,6 +16,8 @@ paths-ignore: - '**/__tests__/**' - '**/__mocks__/**' - '**/__fixtures__/**' + - '**/__integration__/**' + - '**/*.integration.ts' - '**/e2e/**' # Deliberately no '**/test/**' or '**/tests/**'. A directory named `test` is a # routable Next.js path segment, not necessarily test code: those globs