Update arkedge/workflows-c2a action to v5 - autoclosed #2078
Annotations
3 warnings
check_encoding
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
[clang-tidy -Wextra] /home/runner/work/c2a-core/c2a-core/c2a_user/Examples/minimum_user/src/src_core/Applications/divided_cmd_utility.c#L282:
/home/runner/work/c2a-core/c2a-core/c2a_user/Examples/minimum_user/src/src_core/Applications/divided_cmd_utility.c#L282
Value stored to 'exec_log' is never read [clang-analyzer-deadcode.DeadStores]
exec_log = ÷d_cmd_utility_.exec_logs[log_idx];
^
/home/runner/work/c2a-core/c2a-core/c2a_user/Examples/minimum_user/src/src_core/Applications/divided_cmd_utility.c:282:3: note: Value stored to 'exec_log' is never read
CC -p=/home/runner/work/c2a-core/c2a-core/c2a_user/Examples/minimum_user/build /home/runner/work/c2a-core/c2a-core/c2a_user/Examples/minimum_user/src/src_core/Applications/telemetry_manager.c
|
[clang-tidy -Wextra] /home/runner/work/c2a-core/c2a-core/c2a_user/Examples/minimum_user/src/src_core/Applications/telemetry_manager.c#L452:
/home/runner/work/c2a-core/c2a-core/c2a_user/Examples/minimum_user/src/src_core/Applications/telemetry_manager.c#L452
unused parameter 'bc_role' [clang-diagnostic-unused-parameter]
TLM_MGR_BC_ROLE bc_role,
^
|