Skip to content

CI: change jni runner to ubuntu-latest #441

CI: change jni runner to ubuntu-latest

CI: change jni runner to ubuntu-latest #441

Triggered via push December 5, 2024 07:09
Status Success
Total duration 30s
Artifacts

audit.yml

on: push
cargo audit
19s
cargo audit
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
useless conversion to the same type: `bool`: ergotree-interpreter/src/sigma_protocol/private_input.rs#L116
error: useless conversion to the same type: `bool` --> ergotree-interpreter/src/sigma_protocol/private_input.rs:116:9 | 116 | self.w.is_zero().into() | ^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `self.w.is_zero()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
useless conversion to the same type: `[u8; 32]`: ergotree-interpreter/src/sigma_protocol/private_input.rs#L106
error: useless conversion to the same type: `[u8; 32]` --> ergotree-interpreter/src/sigma_protocol/private_input.rs:106:9 | 106 | self.w.to_bytes().into() | ^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `self.w.to_bytes()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion = note: `-D clippy::useless-conversion` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::useless_conversion)]`
cargo audit
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636