From b5d0603c6751dc2fed086a498fbbebd9179949a1 Mon Sep 17 00:00:00 2001 From: Kanad Gupta Date: Tue, 19 Nov 2024 17:20:47 -0600 Subject: [PATCH] chore: skip these files in codeql analysis --- .github/codeql/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/codeql/config.yml b/.github/codeql/config.yml index 55aae894c..9c82fb251 100644 --- a/.github/codeql/config.yml +++ b/.github/codeql/config.yml @@ -1,2 +1,3 @@ paths-ignore: - '__tests__/**' + - 'dist-gha/**'