diff --git a/.github/codeql/codeql-config.yml b/.github/codeql/codeql-config.yml index d157a4af6ef4..d8e69d4aeb54 100644 --- a/.github/codeql/codeql-config.yml +++ b/.github/codeql/codeql-config.yml @@ -1,6 +1,7 @@ name: "DevExtreme CodeQL config" - paths-ignore: - - "/js/bundles/dx.custom.js" - - "/js/localization/default_messages.js" - - "/js/localization/cldr-data/**" + # all published sources are located in artifacts/npm/**, so we can disable following paths: + - "/packages/devextreme/artifacts/transpiled/**" + - "/packages/devextreme/artifacts/transpiled-esm-npm/**" + - "/packages/devextreme/artifacts/transpiled-renovation/**" + - "/packages/devextreme/artifacts/transpiled-renovation-npm/**"