Github actions warning The `set-output` command is deprecated in sonarqube-scanner-cli

Our Github CICD uses latest:

sonarqube-scanner-cli/sonar-scanner-4.8.0.2856

Every time we run the sonar scanner from the Zip file as referred here we see a warning like this:

The set-output command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: GitHub Actions: Deprecating save-state and set-output commands - The GitHub Blog

GitHub plans to fully disable them on 31st May 2023. Starting 1st June 2023 workflows using save-state or set-output commands via stdout will fail with an error.

Are there any plans to change these commands to prevent a House of Cards kind of situation, before the date arrives?

Thanks for your input and for your work

Hello Ismael,

Are you using this github action or are you using your own github action that uses the scanner from the zip file?
Also, would it be possible for you to share your github action logs?

Thanks
Eric