Skip to content

Configure Renovate

Configure Renovate #15

Triggered via pull request December 15, 2023 02:34
Status Success
Total duration 1m 38s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 warnings
the borrowed expression implements the required traits: src/api/mod.rs#L78
warning: the borrowed expression implements the required traits --> src/api/mod.rs:78:35 | 78 | let req = self.client.get(&url.into()).query(&params); | ^^^^^^^^^^^ help: change this to: `url.into()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args = note: `#[warn(clippy::needless_borrows_for_generic_args)]` on by default
fields `client_id` and `client_secret` are never read: src/api/mod.rs#L16
warning: fields `client_id` and `client_secret` are never read --> src/api/mod.rs:16:16 | 15 | pub(crate) struct YoutubeOAuth { | ------------ fields in this struct 16 | pub(crate) client_id: String, | ^^^^^^^^^ 17 | pub(crate) client_secret: String, | ^^^^^^^^^^^^^ | = note: `YoutubeOAuth` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
Build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1, actions-rs/clippy-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/
Build
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/
Build
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/
Build
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/
Build
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/
Build: src/api/mod.rs#L16
fields `client_id` and `client_secret` are never read
Build
`youtube-api` (lib) generated 1 warning