Skip to content

Bump github/codeql-action from 3.26.0 to 3.26.10 #159

Bump github/codeql-action from 3.26.0 to 3.26.10

Bump github/codeql-action from 3.26.0 to 3.26.10 #159

Triggered via pull request October 1, 2024 19:23
Status Success
Total duration 1m 16s
Artifacts

linter.yml

on: pull_request
cpp-linter
34s
cpp-linter
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
apps/test/ta/test_ta.c:29:10 [clang-diagnostic-error]: apps/test/ta/test_ta.c#L29
'tee_internal_api.h' file not found
apps/aes/ca/aes_ns.c:35:10 [clang-diagnostic-error]: apps/aes/ca/aes_ns.c#L35
'tee_client_api.h' file not found
apps/aes/ta/aes_ta.c:29:10 [clang-diagnostic-error]: apps/aes/ta/aes_ta.c#L29
'tee_internal_api.h' file not found
tools/cfgdefine.c:52:6 [cppcoreguidelines-avoid-non-const-global-variables]: tools/cfgdefine.c#L52
variable 'line' is non-const and globally accessible, consider making it const
tools/cfgdefine.c:62:20 [cppcoreguidelines-avoid-non-const-global-variables]: tools/cfgdefine.c#L62
variable 'dequote_list' is non-const and globally accessible, consider making it const
tools/cfgdefine.c:220:14 [readability-function-cognitive-complexity]: tools/cfgdefine.c#L220
function 'dequote_value' has cognitive complexity of 30 (threshold 25)