chore(ci): upgrade macos-12 to macos-13 #84
Annotations
15 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run actions-rs/toolchain@v1
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/
|
Run actions-rs/toolchain@v1
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/
|
Run actions-rs/toolchain@v1
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/
|
Run actions-rs/toolchain@v1
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/
|
Clippy:
src/pact_support.rs#L34
unnecessarily eager cloning of iterator items
|
Clippy:
src/server.rs#L174
you seem to be trying to use `match` for destructuring a single pattern. Consider using `if let`
|
Clippy:
src/loading.rs#L78
very complex type used. Consider factoring parts into `type` definitions
|
Clippy:
src/loading.rs#L189
writing `&Vec` instead of `&[_]` involves a new object where a slice will do
|
Clippy:
src/loading.rs#L203
writing `&Vec` instead of `&[_]` involves a new object where a slice will do
|
Clippy:
src/main.rs#L188
useless conversion to the same type: `clap::parser::ValuesRef<'_, regex::Regex>`
|
Clippy:
src/main.rs#L189
useless conversion to the same type: `clap::parser::ValuesRef<'_, regex::Regex>`
|
Clippy:
src/main.rs#L277
the borrowed expression implements the required traits
|
Clippy:
src/main.rs#L284
the borrowed expression implements the required traits
|
Clippy:
src/main.rs#L297
the borrowed expression implements the required traits
|
Loading