Record service in telemetry events #50426
lint.yml
on: pull_request
Optional Lint
43s
Python format
2m 15s
Optional Lint C++
31m 33s
Annotations
6 warnings
|
Python format
CodeQL Action v3 will be deprecated in December 2026. Please update all occurrences of the CodeQL Action in your workflow files to v4. For more information, see https://github.blog/changelog/2025-10-28-upcoming-deprecation-of-codeql-action-v3/
|
|
Python format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Python format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Python format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Python format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Optional Lint C++:
onnxruntime/core/platform/windows/telemetry.cc#L9
[cpplint] reported by reviewdog 🐶
Found C system header after C++ system header. Should be: telemetry.h, c system, c++ system, other. [build/include_order] [4]
Raw Output:
onnxruntime/core/platform/windows/telemetry.cc:9: Found C system header after C++ system header. Should be: telemetry.h, c system, c++ system, other. [build/include_order] [4]
|