Bump github/codeql-action from 3.26.0 to 3.26.6 #151
Annotations
10 errors and 10 warnings
common/heap_4.c#L39
'config.h' file not found
|
tee/kernel/tee_ta_manager.c#L38
'kernel/pseudo_ta.h' file not found
|
tee/kernel/entry_std.c#L42
'tee_types.h' file not found
|
tee/kernel/pseudo_ta.c#L32
'kernel/pseudo_ta.h' file not found
|
tee/kernel/user_ta.c#L31
'compiler.h' file not found
|
tee/tee/uuid.c#L8
'tee/uuid.h' file not found
|
tee/tee/tee_svc_cryp.c#L30
'crypto/crypto.h' file not found
|
tee/tee/tee_pobj.c#L32
'tee/tee_pobj.h' file not found
|
tee/tee/tee_obj.c#L29
'tee/tee_obj.h' file not found
|
tee/tee/tee_svc.c#L29
'util.h' file not found
|
common/heap_4.c#L106
variable 'ucHeap' is non-const and globally accessible, consider making it const
|
common/heap_4.c#L140
variable 'xStart' is non-const and globally accessible, consider making it const
|
common/heap_4.c#L140
variable 'pxEnd' is non-const and globally accessible, consider making it const
|
common/heap_4.c#L140
variable 'pxEnd' provides global access to a non-const object; consider making the pointed-to data 'const'
|
common/heap_4.c#L144
variable 'xFreeBytesRemaining' is non-const and globally accessible, consider making it const
|
common/heap_4.c#L145
variable 'xMinimumEverFreeBytesRemaining' is non-const and globally accessible, consider making it const
|
common/heap_4.c#L146
variable 'xNumberOfSuccessfulAllocations' is non-const and globally accessible, consider making it const
|
common/heap_4.c#L147
variable 'xNumberOfSuccessfulFrees' is non-const and globally accessible, consider making it const
|
common/heap_4.c#L153
variable 'xBlockAllocatedBit' is non-const and globally accessible, consider making it const
|
common/heap_4.c#L157
function 'pvPortMalloc' has cognitive complexity of 39 (threshold 25)
|
This job succeeded
Loading