diff --git a/.github/workflows/reusable-ci-go-common.yaml b/.github/workflows/reusable-ci-go-common.yaml index cc26fb3..c38cd37 100644 --- a/.github/workflows/reusable-ci-go-common.yaml +++ b/.github/workflows/reusable-ci-go-common.yaml @@ -140,7 +140,7 @@ jobs: - name: Upload to Codecov # Run upload only when repo is public OR codecov_token is provided if: ${{ (steps.repo_visibility.outputs.result != 'true') || (inputs.codecov_token != '') }} - uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1 + uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2 with: use_oidc: true files: ${{ env.GO_PROJECT_PATH }}/coverage/coverage.out