From b931d04af9b6f100da69ff0e296de7d2fe69e684 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 00:13:19 +0000 Subject: [PATCH] Bump codecov/codecov-action from 7.0.0 to 7.1.0 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 7.0.0 to 7.1.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/v7.0.0...v7.1.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/javaTests.yml | 2 +- .github/workflows/python.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/javaTests.yml b/.github/workflows/javaTests.yml index 9dddcfb25d6..5c1f777fb48 100644 --- a/.github/workflows/javaTests.yml +++ b/.github/workflows/javaTests.yml @@ -157,7 +157,7 @@ jobs: run: mvn jacoco:report - name: Upload coverage to Codecov - uses: codecov/codecov-action@v7.0.0 + uses: codecov/codecov-action@v7.1.0 if: github.repository_owner == 'apache' with: fail_ci_if_error: false diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 7967f87c7ed..820d0662912 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -241,7 +241,7 @@ jobs: coverage xml -i -o coverage.xml - name: Upload merged coverage report to Codecov - uses: codecov/codecov-action@v7.0.0 + uses: codecov/codecov-action@v7.1.0 if: github.repository_owner == 'apache' with: fail_ci_if_error: false