codecov-action: [Bug] Error: certificate has expired
Error
Run codecov/codecov-action@v2.1.0
with:
env:
pythonLocation: /opt/hostedtoolcache/Python/3.7.13/x64
LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.7.13/x64/lib
==> linux OS detected
Error: certificate has expired
at TLSSocket.onConnectSecure (_tls_wrap.js:150[2](https://github.com/roniemartinez/dude/runs/7417077505?check_suite_focus=true#step:12:2):[3](https://github.com/roniemartinez/dude/runs/7417077505?check_suite_focus=true#step:12:3)[4](https://github.com/roniemartinez/dude/runs/7417077505?check_suite_focus=true#step:12:4))
at TLSSocket.emit (events.js:314:20)
at TLSSocket._finishInit (_tls_wrap.js:93[7](https://github.com/roniemartinez/dude/runs/7417077505?check_suite_focus=true#step:12:8):[8](https://github.com/roniemartinez/dude/runs/7417077505?check_suite_focus=true#step:12:9))
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:7[11](https://github.com/roniemartinez/dude/runs/7417077505?check_suite_focus=true#step:12:12):12)
Actions
https://github.com/roniemartinez/browsers/runs/7417078453?check_suite_focus=true https://github.com/roniemartinez/dude/runs/7417077505?check_suite_focus=true
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Reactions: 27
- Comments: 16
Commits related to this issue
- fix: Add `continue-on-error` to codecov action step Hopefully fixes: https://github.com/codecov/codecov-action/issues/788 — committed to coder/coder by mafredri 2 years ago
- fix: Add `continue-on-error` to codecov action step (#3081) Avoid relying on codecov to manage action step failure, hopefully works around: https://github.com/codecov/codecov-action/issues/788 — committed to coder/coder by mafredri 2 years ago
It was working for a while after yesterday’s outage, but appears to be broken again circa 1100 Pacific / 1800 UTC.
Issue seems to have resolved for me.
Same, thanks a lot!
I am now getting the error again.
Doesn’t seems to be fixed for us 🤔
We use
v3.1.0
. Happening with us as well - https://github.com/SpoonLabs/sorald/runs/7435308576?check_suite_focus=true#step:14:9.I had this error when using v3. Reran my CI and now it’s fixed again, so the issue seems to have just passed.
FWIW – this also suggests to me that the default of
false
forfail_ci_if_error
might not work entirely as expected, because ours and others’ workflows are failing on these errors.