0.15.0 #275
Annotations
15 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/upload-artifact@v3, softprops/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: softprops/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
upload release bundle
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
upload release bundle
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
upload release bundle
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Build NodeJS-SDK:
src/Ziti_https_request_data.c#L230
passing argument 4 of ‘tlsuv_http_req_data’ from incompatible pointer type [-Wincompatible-pointer-types]
|
Build NodeJS-SDK:
src/utils.h#L72
format ‘%lld’ expects argument of type ‘long long int’, but argument 8 has type ‘int64_t’ {aka ‘long int’} [-Wformat=]
|
Build NodeJS-SDK:
src/Ziti_https_request.c#L621
assignment to ‘tlsuv_http_body_cb’ {aka ‘void (*)(struct tlsuv_http_req_s *, char *, long int)’} from incompatible pointer type ‘void (*)(tlsuv_http_req_t *, const char *, ssize_t)’ {aka ‘void (*)(struct tlsuv_http_req_s *, const char *, long int)’} [-Wincompatible-pointer-types]
|
Build NodeJS-SDK:
src/utils.h#L72
format ‘%lld’ expects argument of type ‘long long int’, but argument 8 has type ‘int64_t’ {aka ‘long int’} [-Wformat=]
|
Build NodeJS-SDK:
src/utils.h#L72
format ‘%lld’ expects argument of type ‘long long int’, but argument 8 has type ‘int64_t’ {aka ‘long int’} [-Wformat=]
|
Build NodeJS-SDK:
src/utils.h#L72
format ‘%lld’ expects argument of type ‘long long int’, but argument 8 has type ‘long int’ [-Wformat=]
|
Build NodeJS-SDK:
src/utils.h#L72
format ‘%lld’ expects argument of type ‘long long int’, but argument 8 has type ‘int64_t’ {aka ‘long int’} [-Wformat=]
|
Build NodeJS-SDK:
src/utils.h#L72
format ‘%lld’ expects argument of type ‘long long int’, but argument 8 has type ‘int64_t’ {aka ‘long int’} [-Wformat=]
|
Build NodeJS-SDK:
deps/ziti-sdk-c/library/utils.c#L415
‘:’ directive output may be truncated writing 1 byte into a region of size between 0 and 16 [-Wformat-truncation=]
|
Build NodeJS-SDK:
deps/ziti-sdk-c/library/ziti_enroll.c#L107
assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
|
Loading