Skip to content

fix: address Copilot review comments for Arduino 3.0 migration #965

fix: address Copilot review comments for Arduino 3.0 migration

fix: address Copilot review comments for Arduino 3.0 migration #965

Triggered via push June 29, 2026 15:01
Status Success
Total duration 9m 39s
Artifacts

cpp-linter.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error, 11 warnings, and 1 notice
get-vars / get-vars
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
components/http/include/http/HTTPRequestManager.h:15:14 [performance-enum-size]: components/http/include/http/HTTPRequestManager.h#L15
enum 'RequestResult' uses a larger base type ('int', size: 4 bytes) than necessary for its value set, consider using 'std::uint8_t' (1 byte) as the base type to reduce its size
Run clang-format on src/OtaUpdateManager.cpp: src/OtaUpdateManager.cpp#L0
File src/OtaUpdateManager.cpp does not conform to Custom style guidelines. (lines 5)