diff --git a/.github/workflows/ci-node.yml b/.github/workflows/ci-node.yml index edf7fc6..fc6ce01 100644 --- a/.github/workflows/ci-node.yml +++ b/.github/workflows/ci-node.yml @@ -140,7 +140,7 @@ jobs: - name: Codecov Upload if: inputs.self_test && inputs.codecov_upload && matrix.os == 'ubuntu-22.04' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop' || contains(github.event_name, 'pull_request')) - uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d + uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 notify: name: notify diff --git a/.github/workflows/ci-python.yml b/.github/workflows/ci-python.yml index ea80f85..000b5f9 100644 --- a/.github/workflows/ci-python.yml +++ b/.github/workflows/ci-python.yml @@ -211,7 +211,7 @@ jobs: - name: Codecov Upload if: inputs.codecov_upload && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop') - uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d + uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 deploy: name: deploy diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4efe5fa..5a17e72 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -247,7 +247,7 @@ jobs: - name: Codecov Upload if: steps.build.outputs.coverage_file - uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d + uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 with: files: ${{ steps.build-test.outputs.coverage_file }}