ci: remove github services for devcontainers #43
Annotations
1 error and 24 warnings
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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/
|
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/
|
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/
|
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/
|
|
src/vault.rs#L13
constants have by default a `'static` lifetime
|
src/config.rs#L30
use of `expect` followed by a function call
|
src/vault.rs#L70
deref which would be done by auto-deref
|
src/vault.rs#L81
deref which would be done by auto-deref
|
src/workflow.rs#L21
use of `expect` followed by a function call
|
src/workflow.rs#L55
assigning the result of `Clone::clone()` may be inefficient
|
src/workflow.rs#L56
assigning the result of `Clone::clone()` may be inefficient
|
src/workflow.rs#L58
assigning the result of `Clone::clone()` may be inefficient
|
src/workflow.rs#L59
assigning the result of `Clone::clone()` may be inefficient
|
|
tests/common/mod.rs#L12
function `postgres_container` is never used
|
tests/rotate.rs#L198
variable does not need to be mutable
|
tests/common/mod.rs#L32
function `write_string_to_tempfile` is never used
|
|
src/workflow.rs#L145
variable does not need to be mutable
|
src/workflow.rs#L157
variable does not need to be mutable
|
|
This job failed
Loading