Configure qodana github actions with android

If this is not the right forum please tell me what the right forum is.
I try to configure qodana github actions on a self hosted runner (if this is important)

      - name: Qodana - Code Inspection
        uses: JetBrains/qodana-action@v2.2.1-eap

I get an error:

STDERR: >
STDERR: SDK location not found. Define location with an ANDROID_SDK_ROOT environment variable or by setting the sdk.dir path in your project’s local properties file at ‘/data/project/local.properties’.

How should i proceed?

Thanks

Please use http://qodana.slack.com/ for Qodana questions

I don’t have a @jetbrains.com email address, so it does not give me access to the slack channel so i cannot access it.

This is what he says me.

Don’t have an @jetbrains.com email address?
Contact the workspace administrator at Qodana for an invitation.

Please try to register with your regular email address. After approval you should be able to join the Slack.

You could also try JetBrains: Essential tools for software developers and teams

If you don’t have an account, you can use the form on the left to request an invitation, and the Qodana Slack admin team will get back to you within 48 hours.

I am not able to access that Slack yet (I will request an invite)… but I am running into the same exact issue as the previous comment.

I would love any tips on how to proceed to get Qodona working in my GHA build in the meantime.