Skip to content

chore(deps): update docker/metadata-action digest to 60a0d34 #149

chore(deps): update docker/metadata-action digest to 60a0d34

chore(deps): update docker/metadata-action digest to 60a0d34 #149

Triggered via pull request February 2, 2024 09:00
Status Success
Total duration 25s
Artifacts

action-lint.yaml

on: pull_request
actionlint
11s
actionlint
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
no field `active_thread_id` on type `&sentry_types::protocol::v7::Transaction<'_>`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sentry-core-0.31.5/src/profiling.rs#L252
error[E0609]: no field `active_thread_id` on type `&sentry_types::protocol::v7::Transaction<'_>` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sentry-core-0.31.5/src/profiling.rs:252:43 | 252 | active_thread_id: transaction.active_thread_id.unwrap_or(0), | ^^^^^^^^^^^^^^^^ unknown field | = note: available fields are: `event_id`, `name`, `release`, `environment`, `user` ... and 9 others
struct `sentry_types::protocol::v7::Transaction<'_>` has no field named `active_thread_id`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sentry-core-0.31.5/src/performance.rs#L441
error[E0560]: struct `sentry_types::protocol::v7::Transaction<'_>` has no field named `active_thread_id` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sentry-core-0.31.5/src/performance.rs:441:21 | 441 | active_thread_id: Some( | ^^^^^^^^^^^^^^^^ `sentry_types::protocol::v7::Transaction<'_>` does not have this field | = note: available fields are: `event_id`, `release`, `environment`, `user`, `tags` ... and 8 others
unresolved imports `sentry_types::protocol::v7::DeviceMetadata`, `sentry_types::protocol::v7::OSMetadata`, `sentry_types::protocol::v7::RuntimeMetadata`, `sentry_types::protocol::v7::RustFrame`, `sentry_types::protocol::v7::Sample`, `sentry_types::protocol::v7::SampleProfile`, `sentry_types::protocol::v7::ThreadMetadata`, `sentry_types::protocol::v7::TransactionMetadata`, `sentry_types::protocol::v7::Version`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sentry-core-0.31.5/src/profiling.rs#L10
error[E0432]: unresolved imports `sentry_types::protocol::v7::DeviceMetadata`, `sentry_types::protocol::v7::OSMetadata`, `sentry_types::protocol::v7::RuntimeMetadata`, `sentry_types::protocol::v7::RustFrame`, `sentry_types::protocol::v7::Sample`, `sentry_types::protocol::v7::SampleProfile`, `sentry_types::protocol::v7::ThreadMetadata`, `sentry_types::protocol::v7::TransactionMetadata`, `sentry_types::protocol::v7::Version` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sentry-core-0.31.5/src/profiling.rs:10:28 | 10 | DebugImage, DebugMeta, DeviceMetadata, OSMetadata, RuntimeMetadata, RustFrame, Sample, | ^^^^^^^^^^^^^^ ^^^^^^^^^^ ^^^^^^^^^^^^^^^ ^^^^^^^^^ ^^^^^^ no `Sample` in `protocol::v7` | | | | | | | | | no `RustFrame` in `protocol::v7` | | | no `RuntimeMetadata` in `protocol::v7` | | no `OSMetadata` in `protocol::v7` | no `DeviceMetadata` in `protocol::v7` 11 | SampleProfile, SymbolicDebugImage, ThreadMetadata, TraceId, Transaction, TransactionMetadata, | ^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^ no `TransactionMetadata` in `protocol::v7` | | | | | no `ThreadMetadata` in `protocol::v7` | no `SampleProfile` in `protocol::v7` 12 | Version, | ^^^^^^^ no `Version` in `protocol::v7` | = help: consider importing one of these items instead: rustc_version_runtime::Version uuid::Version
unresolved import `sentry_types::protocol::v7::Profile`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sentry-core-0.31.5/src/profiling.rs#L8
error[E0432]: unresolved import `sentry_types::protocol::v7::Profile` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sentry-core-0.31.5/src/profiling.rs:8:5 | 8 | use sentry_types::protocol::v7::Profile; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `Profile` in `protocol::v7`
actionlint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.