From a569498abfc608e8d6c6e401e73ca6427ec6ffa6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Sep 2026 03:43:22 +0000 Subject: [PATCH] build(deps): bump codecov/codecov-action from 7.0.0 to 7.1.1 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 7.0.0 to 7.1.1. - [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/fb8b3582c8e4def4969c97caa2f19720cb33a72f...303a32d7a59b442fa8d48b6a1cc6825c09c847a5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 7.1.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/tests_e2e_android.yml | 4 ++-- .github/workflows/tests_e2e_ios.yml | 6 +++--- .github/workflows/tests_e2e_other.yml | 2 +- .github/workflows/tests_jest.yml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/tests_e2e_android.yml b/.github/workflows/tests_e2e_android.yml index 8dd45c6345..daa9b12b22 100644 --- a/.github/workflows/tests_e2e_android.yml +++ b/.github/workflows/tests_e2e_android.yml @@ -287,7 +287,7 @@ jobs: # https://github.com/codecov/codecov-action/releases - name: Upload Codecov e2e TS (Android) - uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0 + uses: codecov/codecov-action@303a32d7a59b442fa8d48b6a1cc6825c09c847a5 # v7.1.1 continue-on-error: true with: files: coverage/lcov.info @@ -297,7 +297,7 @@ jobs: # Merged unit (*.exec) + e2e (*.ec) from jacocoTestReport (post-e2e-coverage). - name: Upload Codecov Android native - uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0 + uses: codecov/codecov-action@303a32d7a59b442fa8d48b6a1cc6825c09c847a5 # v7.1.1 continue-on-error: true with: files: tests/android/app/build/reports/jacoco/jacocoTestReport/jacocoTestReport.xml diff --git a/.github/workflows/tests_e2e_ios.yml b/.github/workflows/tests_e2e_ios.yml index e1ede03153..661b9cb91a 100644 --- a/.github/workflows/tests_e2e_ios.yml +++ b/.github/workflows/tests_e2e_ios.yml @@ -527,7 +527,7 @@ jobs: # https://github.com/codecov/codecov-action/releases - name: Upload Codecov e2e TS (iOS) - uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0 + uses: codecov/codecov-action@303a32d7a59b442fa8d48b6a1cc6825c09c847a5 # v7.1.1 if: contains(matrix.buildmode, 'debug') continue-on-error: true with: @@ -537,7 +537,7 @@ jobs: verbose: true - name: Upload Codecov iOS native - uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0 + uses: codecov/codecov-action@303a32d7a59b442fa8d48b6a1cc6825c09c847a5 # v7.1.1 if: contains(matrix.buildmode, 'debug') continue-on-error: true with: @@ -547,7 +547,7 @@ jobs: verbose: true - name: Upload Codecov iOS Ruby - uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0 + uses: codecov/codecov-action@303a32d7a59b442fa8d48b6a1cc6825c09c847a5 # v7.1.1 if: matrix.buildmode == 'debug' && matrix.dep-resolution == 'spm' continue-on-error: true with: diff --git a/.github/workflows/tests_e2e_other.yml b/.github/workflows/tests_e2e_other.yml index 9fa245df9d..0a561a4eba 100644 --- a/.github/workflows/tests_e2e_other.yml +++ b/.github/workflows/tests_e2e_other.yml @@ -297,7 +297,7 @@ jobs: run: yarn tests:macos:test-cover # https://github.com/codecov/codecov-action/releases - - uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0 + - uses: codecov/codecov-action@303a32d7a59b442fa8d48b6a1cc6825c09c847a5 # v7.1.1 continue-on-error: true with: files: coverage/lcov.info diff --git a/.github/workflows/tests_jest.yml b/.github/workflows/tests_jest.yml index afc1285cf4..e3db809a31 100644 --- a/.github/workflows/tests_jest.yml +++ b/.github/workflows/tests_jest.yml @@ -75,7 +75,7 @@ jobs: - name: Jest run: yarn tests:jest-coverage # https://github.com/codecov/codecov-action/releases - - uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0 + - uses: codecov/codecov-action@303a32d7a59b442fa8d48b6a1cc6825c09c847a5 # v7.1.1 with: files: coverage/lcov.info flags: jest