Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
[build] disable CodeQL for NPM Packaging Pipeline (#25614)
  • Loading branch information
fs-eire authored and snnn committed Aug 1, 2025
commit 5b8550cd2e3f98f054d7af19f7a0ffadb39b0354
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down