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:
build/include/build_config.h#L1
'ZITI_VERSION' macro redefined [-Wmacro-redefined]
|
Build NodeJS-SDK:
build/include/build_config.h#L2
'ZITI_COMMIT' macro redefined [-Wmacro-redefined]
|
Build NodeJS-SDK:
src/Ziti_https_request_data.c#L230
incompatible function pointer types passing 'void (tlsuv_http_req_t *, const char *, ssize_t)' (aka 'void (struct tlsuv_http_req_s *, const char *, long)') to parameter of type 'tlsuv_http_body_cb' (aka 'void (*)(struct tlsuv_http_req_s *, char *, long)') [-Wincompatible-function-pointer-types]
|
Build NodeJS-SDK:
src/ziti_enroll.c#L134
passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
|
Build NodeJS-SDK:
src/Ziti_https_request.c#L621
incompatible function pointer types assigning to 'tlsuv_http_body_cb' (aka 'void (*)(struct tlsuv_http_req_s *, char *, long)') from 'void (tlsuv_http_req_t *, const char *, ssize_t)' (aka 'void (struct tlsuv_http_req_s *, const char *, long)') [-Wincompatible-function-pointer-types]
|
Build NodeJS-SDK:
deps/ziti-sdk-c/library/ziti_enroll.c#L107
assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
|
Build NodeJS-SDK:
deps/ziti-sdk-c/library/ziti_ctrl.c#L512
initializing 'string' (aka 'char *') with an expression of type 'const char *const' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
|
Build NodeJS-SDK:
deps/ziti-sdk-c/library/ziti_ctrl.c#L513
initializing 'string' (aka 'char *') with an expression of type 'const char *const' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
|
Build NodeJS-SDK:
deps/ziti-sdk-c/library/ziti_ctrl.c#L677
initializing 'string' (aka 'char *') with an expression of type 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
|
Build NodeJS-SDK:
deps/ziti-sdk-c/library/ziti_ctrl.c#L808
assigning to 'string' (aka 'char *') from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
|
Loading