diff --git a/.github/workflows/gitlab.yml b/.github/workflows/gitlab.yml index 0e5dac18dce..c701da95d34 100644 --- a/.github/workflows/gitlab.yml +++ b/.github/workflows/gitlab.yml @@ -57,7 +57,7 @@ jobs: command: make e2e-gitlab-token - name: codecov - uses: codecov/codecov-action@894ff025c7b54547a9a2a1e9f228beae737ad3c2 # 2.1.0 + uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # 2.1.0 with: files: ./e2e-coverage.out verbose: true \ No newline at end of file diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 6c53fa40929..08748b3a111 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -65,7 +65,7 @@ jobs: command: make e2e-gitlab - name: codecov - uses: codecov/codecov-action@894ff025c7b54547a9a2a1e9f228beae737ad3c2 # 2.1.0 + uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # 2.1.0 with: files: ./e2e-coverage.out verbose: true @@ -81,7 +81,7 @@ jobs: command: make e2e-gh-token - name: codecov - uses: codecov/codecov-action@894ff025c7b54547a9a2a1e9f228beae737ad3c2 # 2.1.0 + uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # 2.1.0 with: files: "*e2e-coverage.out" verbose: true diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e21b7ee5f13..a6bb7596a7f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -66,7 +66,7 @@ jobs: - name: Run unit-tests run: make unit-test - name: Upload codecoverage - uses: codecov/codecov-action@894ff025c7b54547a9a2a1e9f228beae737ad3c2 # 2.1.0 + uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # 2.1.0 with: files: ./unit-coverage.out verbose: true