Skip to content
Merged
Changes from all commits
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
[build] disable CodeQL for NPM Packaging Pipeline
  • Loading branch information
fs-eire committed Jul 31, 2025
commit b5c26cee35eafd8c78fc04d3191b59c6545d30f2
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
Loading