Skip to content

chore: refactor msg validation for message_pickup #48

chore: refactor msg validation for message_pickup

chore: refactor msg validation for message_pickup #48

Triggered via pull request September 23, 2024 14:16
@YoussefAWasfyYoussefAWasfy
synchronize #43
Status Success
Total duration 5m 6s
Artifacts

checks.yaml

on: pull_request_target
rust-pipeline  /  audit
33s
rust-pipeline / audit
rust-pipeline  /  License check
30s
rust-pipeline / License check
rust-pipeline  /  Cargo Check
2m 2s
rust-pipeline / Cargo Check
rust-pipeline  /  Test Suite
4m 55s
rust-pipeline / Test Suite
rust-pipeline  /  Rustfmt
7s
rust-pipeline / Rustfmt
rust-pipeline  /  Clippy
2m 7s
rust-pipeline / Clippy
rust-pipeline  /  ...  /  Wiz-cli Directory Scan
21s
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
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/