diff --git a/.github/workflows/ui-tests-common.yml b/.github/workflows/ui-tests-common.yml index 143241c93df..91542db23cf 100644 --- a/.github/workflows/ui-tests-common.yml +++ b/.github/workflows/ui-tests-common.yml @@ -147,7 +147,7 @@ jobs: - name: Codecov test analytics if: ${{ !cancelled() && inputs.codecov_test_analytics }} - uses: codecov/test-results-action@47f89e9acb64b76debcd5ea40642d25a4adced9f # pin@v1.1.1 + uses: codecov/test-results-action@0fa95f0e1eeaafde2c782583b36b28ad0d8c77d3 # pin@v1.2.1 with: token: ${{ secrets.CODECOV_TOKEN }} verbose: true diff --git a/.github/workflows/unit-test-common.yml b/.github/workflows/unit-test-common.yml index 3e4b0a8eb2a..359a832c864 100644 --- a/.github/workflows/unit-test-common.yml +++ b/.github/workflows/unit-test-common.yml @@ -232,7 +232,7 @@ jobs: - name: Codecov test analytics if: ${{ !cancelled() && !contains(github.ref, 'release') && github.event.schedule == '' }} - uses: codecov/test-results-action@47f89e9acb64b76debcd5ea40642d25a4adced9f # pin@v1.1.1 + uses: codecov/test-results-action@0fa95f0e1eeaafde2c782583b36b28ad0d8c77d3 # pin@v1.2.1 with: token: ${{ secrets.CODECOV_TOKEN }} verbose: true