From 0cb9f44b680c794621880b9de2f4463dae0768da Mon Sep 17 00:00:00 2001 From: Nev Wylie <54870357+MSNev@users.noreply.github.com> Date: Fri, 23 May 2025 17:26:21 -0700 Subject: [PATCH] CodeQL - Add more exclusions as they are causing false positive alerts --- .github/codeql/codeql-config.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/codeql/codeql-config.yml b/.github/codeql/codeql-config.yml index d7ae4d259..0c24c5365 100644 --- a/.github/codeql/codeql-config.yml +++ b/.github/codeql/codeql-config.yml @@ -11,4 +11,11 @@ paths-ignore: - '**/docs/webSdk/' - '**/tools/**/*.jsonc' - '**/node_modules/' - - '**/*.d.ts' \ No newline at end of file + - '**/*.d.ts' + - '**/out/' + - '**/build/' + - '**/bundle/' + - '**/dist/' + - '**/dist-es*/' + - 'common/temp/' + - '**/samples/'