Skip to content

feat: libs moved to root #59

feat: libs moved to root

feat: libs moved to root #59

Triggered via pull request September 24, 2024 10:59
@robert-affinidirobert-affinidi
synchronize #47
Status Success
Total duration 5m 30s
Artifacts

checks.yaml

on: pull_request_target
rust-pipeline  /  audit
8s
rust-pipeline / audit
rust-pipeline  /  License check
46s
rust-pipeline / License check
rust-pipeline  /  Cargo Check
1m 54s
rust-pipeline / Cargo Check
rust-pipeline  /  Test Suite
5m 19s
rust-pipeline / Test Suite
rust-pipeline  /  Rustfmt
10s
rust-pipeline / Rustfmt
rust-pipeline  /  Clippy
2m 24s
rust-pipeline / Clippy
rust-pipeline  /  ...  /  Wiz-cli Directory Scan
18s
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#L24
fields `atm_did` and `actor_did` are never read
rust-pipeline / Test Suite: affinidi-messaging-sdk/examples/common.rs#L28
function `alice_configuration` is never used
rust-pipeline / Test Suite: affinidi-messaging-sdk/examples/common.rs#L121
function `configure_alice_atm` is never used
rust-pipeline / Test Suite: affinidi-messaging-sdk/examples/common.rs#L125
function `configure_bob_atm` is never used
rust-pipeline / Test Suite: affinidi-messaging-didcomm/src/test_vectors/common.rs#L8
function `update_field` 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/