Skip to content

Merge branch 'main' into reece/daodao-polytone #2

Merge branch 'main' into reece/daodao-polytone

Merge branch 'main' into reece/daodao-polytone #2

Triggered via push August 8, 2024 20:15
Status Failure
Total duration 23s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error and 5 warnings
audit
Critical vulnerabilities were found, marking check as failed
audit
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/[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/
audit
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions-rs/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
audit
1 vulnerabilities found!
the borrowed expression implements the required traits: packages/polytone/src/handshake/voice.rs#L34
warning: the borrowed expression implements the required traits --> packages/polytone/src/handshake/voice.rs:34:27 | 34 | from_json(&Binary::from_base64(counterparty_version).unwrap()).unwrap(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `Binary::from_base64(counterparty_version).unwrap()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
the borrowed expression implements the required traits: packages/polytone/src/handshake/note.rs#L34
warning: the borrowed expression implements the required traits --> packages/polytone/src/handshake/note.rs:34:27 | 34 | from_json(&Binary::from_base64(counterparty_version).unwrap()).unwrap(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `Binary::from_base64(counterparty_version).unwrap()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args = note: `#[warn(clippy::needless_borrows_for_generic_args)]` on by default