Enable C++20 for more builds #50645
Triggered via pull request
February 14, 2026 00:13
Status
Success
Total duration
31m 22s
Artifacts
–
lint.yml
on: pull_request
Optional Lint
42s
Python format
2m 9s
Optional Lint C++
31m 13s
Annotations
7 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/session/inference_session.cc#L116
[cpplint] reported by reviewdog 🐶
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
Raw Output:
onnxruntime/core/session/inference_session.cc:116: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
|
|
Optional Lint C++:
include/onnxruntime/core/common/logging/logging.h#L66
[cpplint] reported by reviewdog 🐶
Single-parameter constructors should be marked explicit. [runtime/explicit] [4]
Raw Output:
include/onnxruntime/core/common/logging/logging.h:66: Single-parameter constructors should be marked explicit. [runtime/explicit] [4]
|