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.