Skip to content

Commit 8d890e1

Browse files
Bump codecov/codecov-action from 5 to 7
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5 to 7. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5...v7) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3b6abbd commit 8d890e1

14 files changed

Lines changed: 14 additions & 14 deletions

.github/workflows/healthchecks_arangodb_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
--
6868
DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover
6969
- name: Upload Coverage
70-
uses: codecov/codecov-action@v5
70+
uses: codecov/codecov-action@v7
7171
with:
7272
flags: ArangoDb
7373
directory: .coverage

.github/workflows/healthchecks_consul_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
--
6868
DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover
6969
- name: Upload Coverage
70-
uses: codecov/codecov-action@v5
70+
uses: codecov/codecov-action@v7
7171
with:
7272
flags: Consul
7373
directory: .coverage

.github/workflows/healthchecks_elasticsearch_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
--
7070
DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover
7171
- name: Upload Coverage
72-
uses: codecov/codecov-action@v5
72+
uses: codecov/codecov-action@v7
7373
with:
7474
flags: Elasticsearch
7575
directory: .coverage

.github/workflows/healthchecks_eventstore_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
--
7171
DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover
7272
- name: Upload Coverage
73-
uses: codecov/codecov-action@v5
73+
uses: codecov/codecov-action@v7
7474
with:
7575
flags: EventStore
7676
directory: .coverage

.github/workflows/healthchecks_eventstore_grpc_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
--
7070
DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover
7171
- name: Upload Coverage
72-
uses: codecov/codecov-action@v5
72+
uses: codecov/codecov-action@v7
7373
with:
7474
flags: EventStore.gRPC
7575
directory: .coverage

.github/workflows/healthchecks_gremlin_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
--
7070
DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover
7171
- name: Upload Coverage
72-
uses: codecov/codecov-action@v5
72+
uses: codecov/codecov-action@v7
7373
with:
7474
flags: Gremlin
7575
directory: .coverage

.github/workflows/healthchecks_ibmmq_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
--
7373
DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover
7474
- name: Upload Coverage
75-
uses: codecov/codecov-action@v5
75+
uses: codecov/codecov-action@v7
7676
with:
7777
flags: IbmMQ
7878
directory: .coverage

.github/workflows/healthchecks_influxdb_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
--
7070
DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover
7171
- name: Upload Coverage
72-
uses: codecov/codecov-action@v5
72+
uses: codecov/codecov-action@v7
7373
with:
7474
flags: InfluxDB
7575
directory: .coverage

.github/workflows/healthchecks_nats_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
--
6969
DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover
7070
- name: Upload Coverage
71-
uses: codecov/codecov-action@v5
71+
uses: codecov/codecov-action@v7
7272
with:
7373
flags: Nats
7474
directory: .coverage

.github/workflows/healthchecks_openidconnectserver_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
--
6767
DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover
6868
- name: Upload Coverage
69-
uses: codecov/codecov-action@v5
69+
uses: codecov/codecov-action@v7
7070
with:
7171
flags: OpenIdConnectServer
7272
directory: .coverage

0 commit comments

Comments
 (0)