Skip to content

update to handlebars 5 #60

update to handlebars 5

update to handlebars 5 #60

Triggered via push January 2, 2024 16:54
Status Success
Total duration 12s
Artifacts

security.yaml

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

Annotations

3 warnings
security_audit
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
usage of `Iterator::fold` on a type that implements `Try`: types/src/generation.rs#L176
warning: usage of `Iterator::fold` on a type that implements `Try` --> types/src/generation.rs:176:30 | 176 | f.get_bytes().iter().fold(Ok(x), |acc: GenResult<W>, b| { | ______________________________^ 177 | | acc.and_then(|x| gen_short_short_uint(*b)(x)) 178 | | }) | |__________^ help: use `try_fold` instead: `try_fold(x, |acc: GenResult<W>, b| ...)` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#manual_try_fold = note: `-W clippy::manual-try-fold` implied by `-W clippy::all` = help: to override `-W clippy::all` add `#[allow(clippy::manual_try_fold)]`
usage of `Iterator::fold` on a type that implements `Try`: types/src/generation.rs#L176
warning: usage of `Iterator::fold` on a type that implements `Try` --> types/src/generation.rs:176:30 | 176 | f.get_bytes().iter().fold(Ok(x), |acc: GenResult<W>, b| { | ______________________________^ 177 | | acc.and_then(|x| gen_short_short_uint(*b)(x)) 178 | | }) | |__________^ help: use `try_fold` instead: `try_fold(x, |acc: GenResult<W>, b| ...)` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#manual_try_fold = note: `-W clippy::manual-try-fold` implied by `-W clippy::all` = help: to override `-W clippy::all` add `#[allow(clippy::manual_try_fold)]`