From 4d45035fc9e61a5383f08ed6fe671d8b98c96e7e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 06:01:03 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v7.1.1 --- .github/workflows/ci-tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 66b357d..0c79237 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -49,7 +49,7 @@ jobs: always() && (steps.pester.outcome == 'success' || steps.pester.outcome == 'failure') && startsWith(github.repository, 'LizardByte/') - uses: codecov/codecov-action@0b35c9ecc4f0529d0eb674914510c22f85b196b4 # v7.1.0 + uses: codecov/codecov-action@303a32d7a59b442fa8d48b6a1cc6825c09c847a5 # v7.1.1 with: disable_search: true fail_ci_if_error: true @@ -64,7 +64,7 @@ jobs: always() && (steps.pester.outcome == 'success' || steps.pester.outcome == 'failure') && startsWith(github.repository, 'LizardByte/') - uses: codecov/codecov-action@0b35c9ecc4f0529d0eb674914510c22f85b196b4 # v7.1.0 + uses: codecov/codecov-action@303a32d7a59b442fa8d48b6a1cc6825c09c847a5 # v7.1.1 with: disable_search: true fail_ci_if_error: true @@ -176,7 +176,7 @@ jobs: steps.jest.outcome == 'failure' ) && startsWith(github.repository, 'LizardByte/') - uses: codecov/codecov-action@0b35c9ecc4f0529d0eb674914510c22f85b196b4 # v7.1.0 + uses: codecov/codecov-action@303a32d7a59b442fa8d48b6a1cc6825c09c847a5 # v7.1.1 with: fail_ci_if_error: true files: ./coverage/python-coverage.xml,./coverage/coverage-final.json @@ -196,7 +196,7 @@ jobs: steps.jest.outcome == 'failure' ) && startsWith(github.repository, 'LizardByte/') - uses: codecov/codecov-action@0b35c9ecc4f0529d0eb674914510c22f85b196b4 # v7.1.0 + uses: codecov/codecov-action@303a32d7a59b442fa8d48b6a1cc6825c09c847a5 # v7.1.1 with: fail_ci_if_error: true files: ./junit-python.xml,./junit.xml