diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index c3d00fed2aa1..5ea8be7a554e 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -66,7 +66,7 @@ jobs: steps.jest.outcome == 'failure' ) && startsWith(github.repository, 'LizardByte/') - uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2 + uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3 with: fail_ci_if_error: true files: ./coverage/python-coverage.xml,./coverage/coverage-final.json @@ -86,7 +86,7 @@ jobs: steps.jest.outcome == 'failure' ) && startsWith(github.repository, 'LizardByte/') - uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2 + uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3 with: fail_ci_if_error: true files: ./junit-python.xml,./junit.xml