Skip to content

Merge branch 'axum' of http://www.github.com/modrinth/labrinth into axum #606

Merge branch 'axum' of http://www.github.com/modrinth/labrinth into axum

Merge branch 'axum' of http://www.github.com/modrinth/labrinth into axum #606

Triggered via push January 17, 2024 00:57
Status Failure
Total duration 23s
Artifacts

security.yml

on: push
security_audit
16s
security_audit
Fit to window
Zoom out
Zoom in

Annotations

1 error and 3 warnings
security_audit
Critical vulnerabilities were found, marking check as failed
security_audit
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/audit-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
security_audit
1 vulnerabilities found!
unused import: `futures::stream::TryStreamExt`: src/routes/v3/version_creation.rs#L384
warning: unused import: `futures::stream::TryStreamExt` --> src/routes/v3/version_creation.rs:384:9 | 384 | use futures::stream::TryStreamExt; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default