diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c14bcd2530..15de5b4756 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,7 +32,7 @@ jobs: - name: run unit tests and E2E tests (fake cluster) run: | make test - - uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2 + - uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3 with: use_oidc: true files: cover.out,cover_integration.out