-
Notifications
You must be signed in to change notification settings - Fork 1
Sporadic HTTP 403 responses, but only on Mac OS #28
Comments
@dmlloyd Thanks for reporting this! Could you please try to re-run the failed workflow with debug logging enabled? ➡️ https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging |
Sure, we'll try that for next time. One tricky detail is that it is usually the case that the problem does not recur when we rerun the job, so it might be tricky to catch it. I'll also look at enabling debug logging for all actions in the affected repositories. |
My theory is that the GitHub Actions runner might be causing too many requests to the AdoptOpenJDK API and it's blocking it temporarily which is causing the HTTP 403 response. Unfortunately this is just a theory without any debug logs. 😞 This being said, I'm in the process to deprecate this GitHub Action because the official https://github.com/actions/setup-java supports AdoptOpenJDK and Eclipse Temurin nowadays: Maybe you want to give it a try. 😄 |
Yeah that probably makes sense; I started using this plugin because (IIRC) it had support for installing multiple JDKs before the official one did. But I guess it's best to stick with standards when possible... |
The functionality of this GitHub Action has been contributed back to the official one. 😄 |
For some reason, our actions often fail spuriously with the following output:
I would think that this is an infrastructure problem, however it only happens with this action, and only on Mac OS.
The text was updated successfully, but these errors were encountered: