diff --git a/.github/workflows/_scheduled-test-daily.yml b/.github/workflows/_scheduled-test-daily.yml index b952267dd..af1bfa9fc 100644 --- a/.github/workflows/_scheduled-test-daily.yml +++ b/.github/workflows/_scheduled-test-daily.yml @@ -333,7 +333,7 @@ jobs: - name: Upload test results to Codecov if: ${{ !cancelled() && (env.GITHUB_WORKFLOW_RUNTIME != 'ACT') }} - uses: codecov/test-results-action@47f89e9acb64b76debcd5ea40642d25a4adced9f # v1.1.1 + uses: codecov/test-results-action@0fa95f0e1eeaafde2c782583b36b28ad0d8c77d3 # v1.2.1 with: token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/_test.yml b/.github/workflows/_test.yml index 61400a709..6d92e8e6f 100644 --- a/.github/workflows/_test.yml +++ b/.github/workflows/_test.yml @@ -237,7 +237,7 @@ jobs: matrix.runner == 'ubuntu-latest' && !contains(inputs.commit_message, 'skip:codecov') && !contains(github.event.pull_request.labels.*.name, 'skip:codecov') - uses: codecov/test-results-action@47f89e9acb64b76debcd5ea40642d25a4adced9f # v1.1.1 + uses: codecov/test-results-action@0fa95f0e1eeaafde2c782583b36b28ad0d8c77d3 # v1.2.1 with: token: ${{ secrets.CODECOV_TOKEN }}