Add/Update telemetry events #50665
lint.yml
on: pull_request
Optional Lint
42s
Python format
2m 10s
Optional Lint C++
31m 3s
Annotations
1 error and 11 warnings
|
Python format
Process completed with exit code 1.
|
|
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/session/inference_session.h#L982
[cpplint] reported by reviewdog 🐶
Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
Raw Output:
onnxruntime/core/session/inference_session.h:982: Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
|
|
Optional Lint C++:
onnxruntime/core/session/inference_session.h#L981
[cpplint] reported by reviewdog 🐶
Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
Raw Output:
onnxruntime/core/session/inference_session.h:981: Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
|
|
Optional Lint C++:
onnxruntime/core/session/inference_session.h#L980
[cpplint] reported by reviewdog 🐶
Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
Raw Output:
onnxruntime/core/session/inference_session.h:980: Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
|
|
Optional Lint C++:
onnxruntime/core/session/inference_session.cc#L3257
[cpplint] reported by reviewdog 🐶
Add #include <algorithm> for min [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/session/inference_session.cc:3257: Add #include <algorithm> for min [build/include_what_you_use] [4]
|
|
Optional Lint C++:
onnxruntime/core/platform/windows/telemetry.h#L111
[cpplint] reported by reviewdog 🐶
Add #include <string> for string [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/platform/windows/telemetry.h:111: Add #include <string> for string [build/include_what_you_use] [4]
|
|
Optional Lint C++:
onnxruntime/core/platform/telemetry.cc#L189
[cpplint] reported by reviewdog 🐶
Add #include <string> for string [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/platform/telemetry.cc:189: Add #include <string> for string [build/include_what_you_use] [4]
|