From 937747bb5e6456847dc34f19a5fdf720cf0c3d4b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 May 2025 20:36:16 +0000 Subject: [PATCH] Update codecov/test-results-action action to v1.1.1 --- .github/workflows/integration-tests.yml | 2 +- .github/workflows/ui_tests.yml | 2 +- .github/workflows/unit_tests.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 75276f031..6af94dd83 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -90,7 +90,7 @@ jobs: - name: Upload test results to Codecov if: ${{ !cancelled() }} - uses: codecov/test-results-action@f2dba722c67b86c6caa034178c6e4d35335f6706 #v1.1.0 + uses: codecov/test-results-action@47f89e9acb64b76debcd5ea40642d25a4adced9f # v1.1.1 continue-on-error: true with: fail_ci_if_error: false diff --git a/.github/workflows/ui_tests.yml b/.github/workflows/ui_tests.yml index 50c6130bc..fe0212c8b 100644 --- a/.github/workflows/ui_tests.yml +++ b/.github/workflows/ui_tests.yml @@ -79,7 +79,7 @@ jobs: - name: Upload test results to Codecov if: ${{ !cancelled() }} - uses: codecov/test-results-action@f2dba722c67b86c6caa034178c6e4d35335f6706 #v1.1.0 + uses: codecov/test-results-action@47f89e9acb64b76debcd5ea40642d25a4adced9f # v1.1.1 continue-on-error: true with: fail_ci_if_error: false diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 57e522d9f..a3c2d1310 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -79,7 +79,7 @@ jobs: - name: Upload test results to Codecov if: ${{ !cancelled() && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository) }} - uses: codecov/test-results-action@f2dba722c67b86c6caa034178c6e4d35335f6706 #v1.1.0 + uses: codecov/test-results-action@47f89e9acb64b76debcd5ea40642d25a4adced9f # v1.1.1 continue-on-error: true with: fail_ci_if_error: false