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