Skip to content

feat: deps updated, cargo update run #56

feat: deps updated, cargo update run

feat: deps updated, cargo update run #56

Triggered via pull request September 24, 2024 09:16
@robert-affinidirobert-affinidi
synchronize #46
Status Success
Total duration 4m 33s
Artifacts

checks.yaml

on: pull_request_target
rust-pipeline  /  audit
9s
rust-pipeline / audit
rust-pipeline  /  License check
32s
rust-pipeline / License check
rust-pipeline  /  Cargo Check
1m 53s
rust-pipeline / Cargo Check
rust-pipeline  /  Test Suite
4m 24s
rust-pipeline / Test Suite
rust-pipeline  /  Rustfmt
8s
rust-pipeline / Rustfmt
rust-pipeline  /  Clippy
2m 4s
rust-pipeline / Clippy
rust-pipeline  /  ...  /  Wiz-cli Directory Scan
24s
rust-pipeline / wiz-scan / Wiz-cli Directory Scan
Fit to window
Zoom out
Zoom in

Annotations

54 warnings
rust-pipeline / Rustfmt
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
rust-pipeline / Rustfmt
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
rust-pipeline / Rustfmt
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/
rust-pipeline / Rustfmt
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/
rust-pipeline / Rustfmt
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/
rust-pipeline / Rustfmt
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/
rust-pipeline / Cargo Check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
rust-pipeline / Cargo Check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
rust-pipeline / Cargo Check
`affinidi-messaging-didcomm` (lib) generated 1 warning
rust-pipeline / Cargo Check
`affinidi-messaging-sdk` (lib) generated 1 warning (run `cargo fix --lib -p affinidi-messaging-sdk` to apply 1 suggestion)
rust-pipeline / Cargo Check
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/
rust-pipeline / Cargo Check
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/
rust-pipeline / Cargo Check
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/
rust-pipeline / Cargo Check
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/
rust-pipeline / Clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
rust-pipeline / Clippy
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
rust-pipeline / Clippy
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/
rust-pipeline / Clippy
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/
rust-pipeline / Clippy
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/
rust-pipeline / Clippy
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/
rust-pipeline / Clippy: affinidi-messaging-didcomm/src/utils/crypto.rs#L215
method `as_ed25519` is never used
rust-pipeline / Clippy: affinidi-messaging-didcomm/src/message/from_prior/pack.rs#L75
this expression creates a reference which is immediately dereferenced by the compiler
rust-pipeline / Clippy: affinidi-messaging-didcomm/src/message/from_prior/unpack.rs#L71
this expression creates a reference which is immediately dereferenced by the compiler
rust-pipeline / Clippy: affinidi-messaging-didcomm/src/message/from_prior/unpack.rs#L81
this expression creates a reference which is immediately dereferenced by the compiler
rust-pipeline / Clippy: affinidi-messaging-didcomm/src/protocols/routing/mod.rs#L171
match can be simplified with `.unwrap_or_default()`
rust-pipeline / Clippy
`affinidi-messaging-didcomm` (lib) generated 5 warnings (run `cargo clippy --fix --lib -p affinidi-messaging-didcomm` to apply 4 suggestions)
rust-pipeline / Clippy: affinidi-messaging-sdk/src/protocols/message_pickup.rs#L125
this expression creates a reference which is immediately dereferenced by the compiler
rust-pipeline / Clippy: affinidi-messaging-sdk/src/protocols/message_pickup.rs#L126
this expression creates a reference which is immediately dereferenced by the compiler
rust-pipeline / Clippy: affinidi-messaging-sdk/src/protocols/message_pickup.rs#L214
this expression creates a reference which is immediately dereferenced by the compiler
rust-pipeline / Test Suite
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
rust-pipeline / Test Suite
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
rust-pipeline / Test Suite: affinidi-messaging-didcomm/src/utils/crypto.rs#L215
method `as_ed25519` is never used
rust-pipeline / Test Suite
`affinidi-messaging-didcomm` (lib) generated 1 warning
rust-pipeline / Test Suite
`affinidi-messaging-sdk` (lib) generated 1 warning (run `cargo fix --lib -p affinidi-messaging-sdk` to apply 1 suggestion)
rust-pipeline / Test Suite: affinidi-messaging-sdk/examples/common.rs#L125
function `configure_bob_atm` is never used
rust-pipeline / Test Suite
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/
rust-pipeline / Test Suite
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/
rust-pipeline / Test Suite
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/
rust-pipeline / Test Suite
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/