Skip to content

Merge branch 'master' into fix/auth-cache #40

Merge branch 'master' into fix/auth-cache

Merge branch 'master' into fix/auth-cache #40

Triggered via push November 10, 2023 04:38
Status Success
Total duration 25s
Artifacts

audit.yml

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

Annotations

2 errors and 3 warnings
mismatched types: src/client.rs#L85
error[E0308]: mismatched types --> src/client.rs:85:9 | 84 | pub fn client_secret(&self) -> &str { | ---- expected `&str` because of return type 85 | &self.client_secret | ^^^^^^^^^^^^^^^^^^^ expected `&str`, found `&Secret<String>` | = note: expected reference `&str` found reference `&secrecy::Secret<std::string::String>`
mismatched types: src/client.rs#L85
error[E0308]: mismatched types --> src/client.rs:85:9 | 84 | pub fn client_secret(&self) -> &str { | ---- expected `&str` because of return type 85 | &self.client_secret | ^^^^^^^^^^^^^^^^^^^ expected `&str`, found `&Secret<String>` | = note: expected reference `&str` found reference `&secrecy::Secret<std::string::String>`
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
Unexpected input(s) 'args', valid inputs are ['token']
security_audit
1 warnings found!