From f4c82a4d95a3a12681b5c1e582112f0c0601f4f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 20:57:53 +0000 Subject: [PATCH] build(deps): bump codecov/codecov-action from 3.1.3 to 4.3.0 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.3 to 4.3.0. - [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/894ff025c7b54547a9a2a1e9f228beae737ad3c2...84508663e988701840491b86de86b666e8a86bed) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-cassandra.yml | 2 +- .github/workflows/ci-elasticsearch.yml | 2 +- .github/workflows/ci-grpc-badger.yml | 2 +- .github/workflows/ci-kafka.yml | 2 +- .github/workflows/ci-opensearch.yml | 2 +- .github/workflows/ci-unit-tests.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci-cassandra.yml b/.github/workflows/ci-cassandra.yml index c5fb4e18b57..7757fee3bef 100644 --- a/.github/workflows/ci-cassandra.yml +++ b/.github/workflows/ci-cassandra.yml @@ -49,7 +49,7 @@ jobs: uses: ./.github/actions/setup-codecov - name: Upload coverage to codecov - uses: codecov/codecov-action@894ff025c7b54547a9a2a1e9f228beae737ad3c2 # v3.1.3 + uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0 with: file: cover.out verbose: true diff --git a/.github/workflows/ci-elasticsearch.yml b/.github/workflows/ci-elasticsearch.yml index 6c8ac745ffa..13469abd77c 100644 --- a/.github/workflows/ci-elasticsearch.yml +++ b/.github/workflows/ci-elasticsearch.yml @@ -64,7 +64,7 @@ jobs: uses: ./.github/actions/setup-codecov - name: Upload coverage to codecov - uses: codecov/codecov-action@894ff025c7b54547a9a2a1e9f228beae737ad3c2 # v3.1.3 + uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0 with: files: cover.out,cover-index-cleaner.out,cover-index-rollover.out verbose: true diff --git a/.github/workflows/ci-grpc-badger.yml b/.github/workflows/ci-grpc-badger.yml index a7d16f80853..83bb4e7a7e8 100644 --- a/.github/workflows/ci-grpc-badger.yml +++ b/.github/workflows/ci-grpc-badger.yml @@ -40,7 +40,7 @@ jobs: uses: ./.github/actions/setup-codecov - name: Upload coverage to codecov - uses: codecov/codecov-action@894ff025c7b54547a9a2a1e9f228beae737ad3c2 # v3.1.3 + uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0 with: files: cover.out,cover-badger.out verbose: true diff --git a/.github/workflows/ci-kafka.yml b/.github/workflows/ci-kafka.yml index 8c2ae7b8f40..faf9e913f26 100644 --- a/.github/workflows/ci-kafka.yml +++ b/.github/workflows/ci-kafka.yml @@ -41,7 +41,7 @@ jobs: uses: ./.github/actions/setup-codecov - name: Upload coverage to codecov - uses: codecov/codecov-action@894ff025c7b54547a9a2a1e9f228beae737ad3c2 # v3.1.3 + uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0 with: files: cover.out verbose: true diff --git a/.github/workflows/ci-opensearch.yml b/.github/workflows/ci-opensearch.yml index c4ea3a415d7..6ccdcf273a3 100644 --- a/.github/workflows/ci-opensearch.yml +++ b/.github/workflows/ci-opensearch.yml @@ -58,7 +58,7 @@ jobs: uses: ./.github/actions/setup-codecov - name: Upload coverage to codecov - uses: codecov/codecov-action@894ff025c7b54547a9a2a1e9f228beae737ad3c2 # v3.1.3 + uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0 with: files: cover.out,cover-index-cleaner.out,cover-index-rollover.out verbose: true diff --git a/.github/workflows/ci-unit-tests.yml b/.github/workflows/ci-unit-tests.yml index 2cdd0b7f2ee..4351cae4f31 100644 --- a/.github/workflows/ci-unit-tests.yml +++ b/.github/workflows/ci-unit-tests.yml @@ -64,7 +64,7 @@ jobs: uses: ./.github/actions/setup-codecov - name: Upload coverage to codecov - uses: codecov/codecov-action@894ff025c7b54547a9a2a1e9f228beae737ad3c2 # v3.1.3 + uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0 with: file: cover.out verbose: true