Skip to content

chore(deps): Bump github/codeql-action from 3.28.18 to 4.32.0 #284

chore(deps): Bump github/codeql-action from 3.28.18 to 4.32.0

chore(deps): Bump github/codeql-action from 3.28.18 to 4.32.0 #284

Status Success
Total duration 4m 6s
Artifacts

linter.yml

on: push
cpp-linter
56s
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
apps/hotp/ta/hotp_ta.c:163:6 [readability-identifier-length]: apps/hotp/ta/hotp_ta.c#L163
variable name 'i' is too short, expected at least 3 characters
apps/hotp/ta/hotp_ta.c:121:23 [bugprone-easily-swappable-parameters]: apps/hotp/ta/hotp_ta.c#L121
2 adjacent parameters of 'truncate_' of similar type ('int *') are easily swapped by mistake
apps/hotp/ta/hotp_ta.c:48:8 [bugprone-easily-swappable-parameters]: apps/hotp/ta/hotp_ta.c#L48
2 adjacent parameters of 'hmac_sha1' of similar type ('int *') are easily swapped by mistake
apps/hotp/ta/hotp_ta.c:35:16 [cppcoreguidelines-avoid-non-const-global-variables]: apps/hotp/ta/hotp_ta.c#L35
variable 'counter' is non-const and globally accessible, consider making it const
apps/hotp/ta/hotp_ta.c:32:17 [cppcoreguidelines-avoid-non-const-global-variables]: apps/hotp/ta/hotp_ta.c#L32
variable 'K_len' is non-const and globally accessible, consider making it const
apps/hotp/ta/hotp_ta.c:31:16 [readability-identifier-length]: apps/hotp/ta/hotp_ta.c#L31
variable name 'K' is too short, expected at least 3 characters
apps/hotp/ta/hotp_ta.c:31:16 [cppcoreguidelines-avoid-non-const-global-variables]: apps/hotp/ta/hotp_ta.c#L31
variable 'K' is non-const and globally accessible, consider making it const