Skip to content

CodeQL

CodeQL #306

Triggered via schedule December 23, 2024 05:43
Status Success
Total duration 3m 56s
Artifacts

codeql-analysis.yml

on: schedule
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
Analyze (cpp)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Analyze (cpp): interpreter/rxvmvars.h#L842
format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘rxinteger’ {aka ‘long int’} [-Wformat=]
Analyze (cpp): interpreter/rxvmvars.h#L842
format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘rxinteger’ {aka ‘long int’} [-Wformat=]
Analyze (cpp): interpreter/rxvmvars.h#L842
format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘rxinteger’ {aka ‘long int’} [-Wformat=]
Analyze (cpp): interpreter/rxvmvars.h#L842
format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘rxinteger’ {aka ‘long int’} [-Wformat=]
Analyze (cpp): interpreter/rxvmvars.h#L842
format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘rxinteger’ {aka ‘long int’} [-Wformat=]
Analyze (cpp): interpreter/rxvmintp.c#L888
format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 5 has type ‘rxinteger’ {aka ‘long int’} [-Wformat=]
Analyze (cpp): interpreter/rxvmintp.c#L907
format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 5 has type ‘rxinteger’ {aka ‘long int’} [-Wformat=]
Analyze (cpp): interpreter/rxvmintp.c#L3711
format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 3 has type ‘uint64_t’ {aka ‘long unsigned int’} [-Wformat=]
Analyze (cpp): interpreter/rxvmvars.h#L842
format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘rxinteger’ {aka ‘long int’} [-Wformat=]
Analyze (cpp): interpreter/rxvmvars.h#L842
format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘rxinteger’ {aka ‘long int’} [-Wformat=]
Analyze (cpp)
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/