Skip to content

chore(deps): Bump step-security/harden-runner from 2.21.0 to 2.21.1 #354

chore(deps): Bump step-security/harden-runner from 2.21.0 to 2.21.1

chore(deps): Bump step-security/harden-runner from 2.21.0 to 2.21.1 #354

Status Success
Total duration 1m 9s
Artifacts

linter.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
freertos/portable/MemMang/heap_5.c:137:5 [readability-isolate-declaration]: freertos/portable/MemMang/heap_5.c#L137
multiple declarations in a single statement reduces readability
freertos/portable/MemMang/heap_5.c:135:8 [readability-function-cognitive-complexity]: freertos/portable/MemMang/heap_5.c#L135
function 'pvPortMalloc' has cognitive complexity of 37 (threshold 25)
freertos/portable/MemMang/heap_5.c:131:15 [cppcoreguidelines-avoid-non-const-global-variables]: freertos/portable/MemMang/heap_5.c#L131
variable 'xBlockAllocatedBit' is non-const and globally accessible, consider making it const
freertos/portable/MemMang/heap_5.c:125:15 [cppcoreguidelines-avoid-non-const-global-variables]: freertos/portable/MemMang/heap_5.c#L125
variable 'xNumberOfSuccessfulFrees' is non-const and globally accessible, consider making it const
freertos/portable/MemMang/heap_5.c:124:15 [cppcoreguidelines-avoid-non-const-global-variables]: freertos/portable/MemMang/heap_5.c#L124
variable 'xNumberOfSuccessfulAllocations' is non-const and globally accessible, consider making it const
freertos/portable/MemMang/heap_5.c:123:15 [cppcoreguidelines-avoid-non-const-global-variables]: freertos/portable/MemMang/heap_5.c#L123
variable 'xMinimumEverFreeBytesRemaining' is non-const and globally accessible, consider making it const
freertos/portable/MemMang/heap_5.c:122:15 [cppcoreguidelines-avoid-non-const-global-variables]: freertos/portable/MemMang/heap_5.c#L122
variable 'xFreeBytesRemaining' is non-const and globally accessible, consider making it const
freertos/portable/MemMang/heap_5.c:118:30 [cppcoreguidelines-avoid-non-const-global-variables]: freertos/portable/MemMang/heap_5.c#L118
variable 'pxEnd' provides global access to a non-const object; consider making the pointed-to data 'const'
freertos/portable/MemMang/heap_5.c:118:30 [cppcoreguidelines-avoid-non-const-global-variables]: freertos/portable/MemMang/heap_5.c#L118
variable 'pxEnd' is non-const and globally accessible, consider making it const
freertos/portable/MemMang/heap_5.c:118:20 [cppcoreguidelines-avoid-non-const-global-variables]: freertos/portable/MemMang/heap_5.c#L118
variable 'xStart' is non-const and globally accessible, consider making it const