Skip to content

feat(insert_all_gzipped): See PR https://github.com/lquerel/gcp-bigqu… #102

feat(insert_all_gzipped): See PR https://github.com/lquerel/gcp-bigqu…

feat(insert_all_gzipped): See PR https://github.com/lquerel/gcp-bigqu… #102

Triggered via push November 5, 2024 01:40
Status Success
Total duration 15s
Artifacts
security_audit
7s
security_audit
Fit to window
Zoom out
Zoom in

Annotations

1 error and 3 warnings
struct `TableDataInsertAllRequestGzipped` has a public `len` method, but no `is_empty` method: src/model/table_data_insert_all_request.rs#L106
error: struct `TableDataInsertAllRequestGzipped` has a public `len` method, but no `is_empty` method --> src/model/table_data_insert_all_request.rs:106:5 | 106 | pub fn len(&self) -> usize { | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#len_without_is_empty = note: `-D clippy::len-without-is-empty` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::len_without_is_empty)]`
security_audit
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/audit-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
security_audit
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/audit-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
security_audit
1 warnings found!