Skip to content

ci: switch to rabbitmq service (#418) #418

ci: switch to rabbitmq service (#418)

ci: switch to rabbitmq service (#418) #418

Triggered via push August 31, 2024 13:22
Status Success
Total duration 58s
Artifacts

security.yaml

on: push
security_audit
11s
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/
security_audit
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/audit-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
this function has too many arguments (10/9): src/channel.rs#L89
warning: this function has too many arguments (10/9) --> src/channel.rs:89:5 | 89 | / pub(crate) fn new( 90 | | channel_id: ChannelId, 91 | | configuration: Configuration, 92 | | connection_status: ConnectionStatus, ... | 99 | | recovery_config: RecoveryConfig, 100 | | ) -> Channel { | |________________^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments = note: `-W clippy::too-many-arguments` implied by `-W clippy::all` = help: to override `-W clippy::all` add `#[allow(clippy::too_many_arguments)]`