Skip to content

SD-JWT VC implementation #4664

SD-JWT VC implementation

SD-JWT VC implementation #4664

Triggered via pull request January 13, 2025 11:52
Status Failure
Total duration 1m 32s
Artifacts

clippy.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 2 warnings
unnecessary use of `to_string`: identity_credential/src/validator/jpt_credential_validation/jpt_credential_validator_utils.rs#L172
error: unnecessary use of `to_string` --> identity_credential/src/validator/jpt_credential_validation/jpt_credential_validator_utils.rs:172:35 | 172 | identity_did::DIDUrl::parse(status.id().to_string()).map_err(|err| { | ^^^^^^^^^^^^^^^^^^^^^^^ help: use: `status.id()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_to_owned = note: `-D clippy::unnecessary-to-owned` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::unnecessary_to_owned)]`
clippy
Clippy had exited with the 101 exit code
clippy
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/[email protected]. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
clippy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636