From f587a637a1dc9850cce87d441ba173d50679aefc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 13:06:26 +0100 Subject: [PATCH] Bump codecov/codecov-action from 3 to 5 (#2316) * Bump codecov/codecov-action from 3 to 5 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v3...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * Revert event store change --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Adam Sitnik --- .github/workflows/healthchecks_arangodb_ci.yml | 2 +- .github/workflows/healthchecks_consul_ci.yml | 2 +- .github/workflows/healthchecks_elasticsearch_ci.yml | 2 +- .github/workflows/healthchecks_eventstore_grpc_ci.yml | 2 +- .github/workflows/healthchecks_gremlin_ci.yml | 2 +- .github/workflows/healthchecks_ibmmq_ci.yml | 2 +- .github/workflows/healthchecks_influxdb_ci.yml | 2 +- .github/workflows/healthchecks_kafka_ci.yml | 2 +- .github/workflows/healthchecks_milvus_ci.yml | 2 +- .github/workflows/healthchecks_mongodb_ci.yml | 2 +- .github/workflows/healthchecks_mysql_ci.yml | 2 +- .github/workflows/healthchecks_nats_ci.yml | 2 +- .github/workflows/healthchecks_npgsql_ci.yml | 2 +- .github/workflows/healthchecks_openidconnectserver_ci.yml | 2 +- .github/workflows/healthchecks_oracle_ci.yml | 2 +- .github/workflows/healthchecks_publisher_cloudwatch_ci.yml | 2 +- .github/workflows/healthchecks_rabbitmq_ci.yml | 2 +- .github/workflows/healthchecks_ravendb_ci.yml | 2 +- .github/workflows/healthchecks_redis_ci.yml | 2 +- .github/workflows/healthchecks_sqlserver_ci.yml | 2 +- .github/workflows/healthchecks_ui_ci.yml | 2 +- .github/workflows/reusable_ci_workflow.yml | 2 +- 22 files changed, 22 insertions(+), 22 deletions(-) diff --git a/.github/workflows/healthchecks_arangodb_ci.yml b/.github/workflows/healthchecks_arangodb_ci.yml index 0d76b1e32c..04a7c37280 100644 --- a/.github/workflows/healthchecks_arangodb_ci.yml +++ b/.github/workflows/healthchecks_arangodb_ci.yml @@ -67,7 +67,7 @@ jobs: -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover - name: Upload Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: flags: ArangoDb directory: .coverage diff --git a/.github/workflows/healthchecks_consul_ci.yml b/.github/workflows/healthchecks_consul_ci.yml index b6b4ceb51e..0fdbb8d285 100644 --- a/.github/workflows/healthchecks_consul_ci.yml +++ b/.github/workflows/healthchecks_consul_ci.yml @@ -66,7 +66,7 @@ jobs: -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover - name: Upload Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: flags: Consul directory: .coverage diff --git a/.github/workflows/healthchecks_elasticsearch_ci.yml b/.github/workflows/healthchecks_elasticsearch_ci.yml index 6c44e1780d..f0ee1570a4 100644 --- a/.github/workflows/healthchecks_elasticsearch_ci.yml +++ b/.github/workflows/healthchecks_elasticsearch_ci.yml @@ -68,7 +68,7 @@ jobs: -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover - name: Upload Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: flags: Elasticsearch directory: .coverage diff --git a/.github/workflows/healthchecks_eventstore_grpc_ci.yml b/.github/workflows/healthchecks_eventstore_grpc_ci.yml index 5c26dbd340..f45ff89356 100644 --- a/.github/workflows/healthchecks_eventstore_grpc_ci.yml +++ b/.github/workflows/healthchecks_eventstore_grpc_ci.yml @@ -68,7 +68,7 @@ jobs: -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover - name: Upload Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: flags: EventStore.gRPC directory: .coverage diff --git a/.github/workflows/healthchecks_gremlin_ci.yml b/.github/workflows/healthchecks_gremlin_ci.yml index f3ef2d8cd4..ef4d6f5a18 100644 --- a/.github/workflows/healthchecks_gremlin_ci.yml +++ b/.github/workflows/healthchecks_gremlin_ci.yml @@ -68,7 +68,7 @@ jobs: -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover - name: Upload Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: flags: Gremlin directory: .coverage diff --git a/.github/workflows/healthchecks_ibmmq_ci.yml b/.github/workflows/healthchecks_ibmmq_ci.yml index cc0c1ae0b3..2b624e0d24 100644 --- a/.github/workflows/healthchecks_ibmmq_ci.yml +++ b/.github/workflows/healthchecks_ibmmq_ci.yml @@ -71,7 +71,7 @@ jobs: -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover - name: Upload Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: flags: IbmMQ directory: .coverage diff --git a/.github/workflows/healthchecks_influxdb_ci.yml b/.github/workflows/healthchecks_influxdb_ci.yml index c2b905efe2..4d9ec9140b 100644 --- a/.github/workflows/healthchecks_influxdb_ci.yml +++ b/.github/workflows/healthchecks_influxdb_ci.yml @@ -68,7 +68,7 @@ jobs: -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover - name: Upload Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: flags: InfluxDB directory: .coverage diff --git a/.github/workflows/healthchecks_kafka_ci.yml b/.github/workflows/healthchecks_kafka_ci.yml index d85f42b1be..3378aaba60 100644 --- a/.github/workflows/healthchecks_kafka_ci.yml +++ b/.github/workflows/healthchecks_kafka_ci.yml @@ -81,7 +81,7 @@ jobs: -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover - name: Upload Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: flags: Kafka directory: .coverage diff --git a/.github/workflows/healthchecks_milvus_ci.yml b/.github/workflows/healthchecks_milvus_ci.yml index 2e5fa34345..a9b727b441 100644 --- a/.github/workflows/healthchecks_milvus_ci.yml +++ b/.github/workflows/healthchecks_milvus_ci.yml @@ -64,7 +64,7 @@ jobs: -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover - name: Upload Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: flags: Milvus directory: .coverage diff --git a/.github/workflows/healthchecks_mongodb_ci.yml b/.github/workflows/healthchecks_mongodb_ci.yml index 9e74cbeeda..b7f3ea58a6 100644 --- a/.github/workflows/healthchecks_mongodb_ci.yml +++ b/.github/workflows/healthchecks_mongodb_ci.yml @@ -65,7 +65,7 @@ jobs: -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover - name: Upload Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: flags: MongoDb directory: .coverage diff --git a/.github/workflows/healthchecks_mysql_ci.yml b/.github/workflows/healthchecks_mysql_ci.yml index eb545c0bae..9626661551 100644 --- a/.github/workflows/healthchecks_mysql_ci.yml +++ b/.github/workflows/healthchecks_mysql_ci.yml @@ -67,7 +67,7 @@ jobs: -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover - name: Upload Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: flags: MySql directory: .coverage diff --git a/.github/workflows/healthchecks_nats_ci.yml b/.github/workflows/healthchecks_nats_ci.yml index 4f8154264d..80ce7075f1 100644 --- a/.github/workflows/healthchecks_nats_ci.yml +++ b/.github/workflows/healthchecks_nats_ci.yml @@ -67,7 +67,7 @@ jobs: -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover - name: Upload Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: flags: Nats directory: .coverage diff --git a/.github/workflows/healthchecks_npgsql_ci.yml b/.github/workflows/healthchecks_npgsql_ci.yml index 5dce6d0cae..fe493cf4ab 100644 --- a/.github/workflows/healthchecks_npgsql_ci.yml +++ b/.github/workflows/healthchecks_npgsql_ci.yml @@ -68,7 +68,7 @@ jobs: -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover - name: Upload Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: flags: Npgsql directory: .coverage diff --git a/.github/workflows/healthchecks_openidconnectserver_ci.yml b/.github/workflows/healthchecks_openidconnectserver_ci.yml index a20e22e0d8..2a5fea24a8 100644 --- a/.github/workflows/healthchecks_openidconnectserver_ci.yml +++ b/.github/workflows/healthchecks_openidconnectserver_ci.yml @@ -65,7 +65,7 @@ jobs: -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover - name: Upload Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: flags: OpenIdConnectServer directory: .coverage diff --git a/.github/workflows/healthchecks_oracle_ci.yml b/.github/workflows/healthchecks_oracle_ci.yml index 134d391c2d..971ad06aa4 100644 --- a/.github/workflows/healthchecks_oracle_ci.yml +++ b/.github/workflows/healthchecks_oracle_ci.yml @@ -67,7 +67,7 @@ jobs: -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover - name: Upload Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: flags: Oracle directory: .coverage diff --git a/.github/workflows/healthchecks_publisher_cloudwatch_ci.yml b/.github/workflows/healthchecks_publisher_cloudwatch_ci.yml index 6fa51c8f9e..015b0e050a 100644 --- a/.github/workflows/healthchecks_publisher_cloudwatch_ci.yml +++ b/.github/workflows/healthchecks_publisher_cloudwatch_ci.yml @@ -62,7 +62,7 @@ jobs: -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover - name: Upload Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: flags: Publisher.CloudWatch directory: .coverage diff --git a/.github/workflows/healthchecks_rabbitmq_ci.yml b/.github/workflows/healthchecks_rabbitmq_ci.yml index d3d79f6f06..07011a9c32 100644 --- a/.github/workflows/healthchecks_rabbitmq_ci.yml +++ b/.github/workflows/healthchecks_rabbitmq_ci.yml @@ -65,7 +65,7 @@ jobs: -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover - name: Upload Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: flags: RabbitMQ directory: .coverage diff --git a/.github/workflows/healthchecks_ravendb_ci.yml b/.github/workflows/healthchecks_ravendb_ci.yml index f14769e926..3cd7b40722 100644 --- a/.github/workflows/healthchecks_ravendb_ci.yml +++ b/.github/workflows/healthchecks_ravendb_ci.yml @@ -67,7 +67,7 @@ jobs: -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover - name: Upload Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: flags: RavenDb directory: .coverage diff --git a/.github/workflows/healthchecks_redis_ci.yml b/.github/workflows/healthchecks_redis_ci.yml index 306919b17c..b249f2b233 100644 --- a/.github/workflows/healthchecks_redis_ci.yml +++ b/.github/workflows/healthchecks_redis_ci.yml @@ -65,7 +65,7 @@ jobs: -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover - name: Upload Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: flags: Redis directory: .coverage diff --git a/.github/workflows/healthchecks_sqlserver_ci.yml b/.github/workflows/healthchecks_sqlserver_ci.yml index 9dca9bfaf6..f9ba92da76 100644 --- a/.github/workflows/healthchecks_sqlserver_ci.yml +++ b/.github/workflows/healthchecks_sqlserver_ci.yml @@ -68,7 +68,7 @@ jobs: -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover - name: Upload Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: flags: SqlServer directory: .coverage diff --git a/.github/workflows/healthchecks_ui_ci.yml b/.github/workflows/healthchecks_ui_ci.yml index 5eadb5ffd2..d8c1a76478 100644 --- a/.github/workflows/healthchecks_ui_ci.yml +++ b/.github/workflows/healthchecks_ui_ci.yml @@ -151,7 +151,7 @@ jobs: DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover - name: Upload Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: flags: UI directory: .coverage diff --git a/.github/workflows/reusable_ci_workflow.yml b/.github/workflows/reusable_ci_workflow.yml index 1bc2aac2b0..f138426a5d 100644 --- a/.github/workflows/reusable_ci_workflow.yml +++ b/.github/workflows/reusable_ci_workflow.yml @@ -48,7 +48,7 @@ jobs: -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover - name: Upload Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: flags: ${{inputs.CODECOV_FLAGS}} directory: .coverage