From b5c26cee35eafd8c78fc04d3191b59c6545d30f2 Mon Sep 17 00:00:00 2001 From: Yulong Wang <7679871+fs-eire@users.noreply.github.com> Date: Thu, 31 Jul 2025 14:07:26 -0700 Subject: [PATCH] [build] disable CodeQL for NPM Packaging Pipeline --- .../github/azure-pipelines/npm-packaging-pipeline.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/ci_build/github/azure-pipelines/npm-packaging-pipeline.yml b/tools/ci_build/github/azure-pipelines/npm-packaging-pipeline.yml index 3615f9f7c0960..7fdddfa0d03f5 100644 --- a/tools/ci_build/github/azure-pipelines/npm-packaging-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/npm-packaging-pipeline.yml @@ -50,6 +50,11 @@ extends: sourceAnalysisPool: name: onnxruntime-Win-CPU-2022 os: windows + codeql: + compiled: + enabled: false + justificationForDisabling: 'CodeQL causes the React Native Android tests to fail when trying to load Linux x64 .so' + stages: - template: templates/web-ci.yml parameters: