Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error "fetch failed" with v4.2.5 #736

Closed
cpanato opened this issue Mar 31, 2024 · 3 comments
Closed

error "fetch failed" with v4.2.5 #736

cpanato opened this issue Mar 31, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@cpanato
Copy link

cpanato commented Mar 31, 2024

Hello

we are getting this fetch failed for some PRs but not for others

failing Job: https://github.com/kubernetes/release/actions/runs/8497248972/job/23275606196?pr=3530 (pr kubernetes/release#3530)

passing job: https://github.com/kubernetes/release/actions/runs/8497320345/job/23275763959?pr=3532 (pr kubernetes/release#3532)

I cannot debug that much. Do y'all have any tips?

thanks!

@i-cannot-figure-out-a-good-nick

I will bump this but also add that this seems to be present on several versions and not specific to the v4.2.5 release.

@xmudrii
Copy link

xmudrii commented Jun 10, 2024

The issue we had in kubernetes/release with this action has been caused by harden-runner not allowing traffic to api.deps.dev:443. It appears that this action is accessing the api.deps.dev endpoint to check for vulnerabilities:

const depsDevAPIRoot = 'https://api.deps.dev'

See kubernetes/release#3642 for more details.

@cpanato Are we good to close this issue now?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants