Sonarsource/sonarqube-scan-action fails with java.lang.IllegalStateException

I have an actions workflow which calls sonarsource/sonarqube-scan-action@master and fails with java.lang.IllegalStateException. An interesting snippet of the stack trace is

Caused by: java.lang.IllegalStateException: Fail to request https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AY06q9bXUj7zPrHp0NAj&ps=500&p=1

Attachment shows more details from the actions output.

sonarqube-scan-action_error.log (11.3 KB)

This error differs sometimes, but is currently blocking successful execution for my github org’s repos’ actions.

Hey there.

Is it working now? I think you were facing the effects of a performance issue earlier this morning.

Hi Colin, we do see that things have returned to normal. Thank you!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.