404 error with the api/hotspots/search endpoint during Github action run

Requests to the GET api/issues/search returns an expected response , only the requests to the hotspots endpoint fails with 404 (have tried updating the token also though if that were the case the issues endpoint would have also failed). I am able to get the response on my local machine but getting a 404 while using the action.

Hi,

Welcome to the community!

It’s not clear to me why GitHub Actions analysis would be making a request to the hotspots search endpoint.

Since the project is private, authentication will be needed to access that endpoint. The token you’ve provided analysis will be used automatically for all normal analysis functions, but for additional calls you’ll need to provide explicit authentication.

 
HTH,
Ann