Where can I get support for SonarQubePrepare@5 task

My workaround is to use DotNet 7.0.404.

- task: UseDotNet@2
  inputs:
    version: 7.0.404
  displayName: UseDotNet 7.0.404
dotnet --info

2024-01-05T15:47:05.4150300Z ##[section]Starting: CmdLine
2024-01-05T15:47:05.4186320Z ==============================================================================
2024-01-05T15:47:05.4186680Z Task : Command line
2024-01-05T15:47:05.4187030Z Description : Run a command line script using Bash on Linux and macOS and cmd.exe on Windows
2024-01-05T15:47:05.4187270Z Version : 2.231.0
2024-01-05T15:47:05.4187410Z Author : Microsoft Corporation
2024-01-05T15:47:05.4187860Z Help : CmdLine@2 - Command line v2 task | Microsoft Learn
2024-01-05T15:47:05.4188230Z ==============================================================================
2024-01-05T15:47:06.1108290Z Generating script.
2024-01-05T15:47:06.2953520Z Script contents:
2024-01-05T15:47:06.3042990Z dotnet --info
2024-01-05T15:47:06.3121160Z ========================== Starting Command Output ===========================
2024-01-05T15:47:06.4400940Z [command]/bin/bash --noprofile --norc /Users/runner/work/_temp/6869d18c-4dff-4bbf-b5f6-27b8ff56d57e.sh
2024-01-05T15:47:06.4773690Z .NET SDK:
2024-01-05T15:47:06.4831000Z Version: 7.0.404
2024-01-05T15:47:06.4879630Z Commit: 22f221a24c
2024-01-05T15:47:06.4888790Z
2024-01-05T15:47:06.4897190Z Runtime Environment:
2024-01-05T15:47:06.5004890Z OS Name: Mac OS X
2024-01-05T15:47:06.5007550Z OS Version: 12.7
2024-01-05T15:47:06.5035110Z OS Platform: Darwin
2024-01-05T15:47:06.5219850Z RID: osx.12-x64
2024-01-05T15:47:06.5221320Z Base Path: /Users/runner/hostedtoolcache/dotnet/sdk/7.0.404/
2024-01-05T15:47:06.5240050Z
2024-01-05T15:47:06.5243920Z Host:
2024-01-05T15:47:06.5244640Z Version: 7.0.14
2024-01-05T15:47:06.5245090Z Architecture: x64
2024-01-05T15:47:06.5245520Z Commit: 808851b07a
2024-01-05T15:47:06.5246010Z
2024-01-05T15:47:06.5246970Z .NET SDKs installed:
2024-01-05T15:47:06.5247530Z 7.0.404 [/Users/runner/hostedtoolcache/dotnet/sdk]
2024-01-05T15:47:06.5247740Z
2024-01-05T15:47:06.5248030Z .NET runtimes installed:
2024-01-05T15:47:06.5248670Z Microsoft.AspNetCore.App 7.0.14 [/Users/runner/hostedtoolcache/dotnet/shared/Microsoft.AspNetCore.App]
2024-01-05T15:47:06.5249320Z Microsoft.NETCore.App 7.0.14 [/Users/runner/hostedtoolcache/dotnet/shared/Microsoft.NETCore.App]
2024-01-05T15:47:06.5250040Z
2024-01-05T15:47:06.5251200Z Other architectures found:
2024-01-05T15:47:06.5252010Z None
2024-01-05T15:47:06.5252740Z
2024-01-05T15:47:06.5253650Z Environment variables:
2024-01-05T15:47:06.5254420Z DOTNET_ROOT [/Users/runner/hostedtoolcache/dotnet]
2024-01-05T15:47:06.5255120Z
2024-01-05T15:47:06.5256050Z global.json file:
2024-01-05T15:47:06.5257040Z Not found
2024-01-05T15:47:06.5257760Z
2024-01-05T15:47:06.5258610Z Learn more:
2024-01-05T15:47:06.5306740Z dotnet command - .NET CLI | Microsoft Learn
2024-01-05T15:47:06.5307630Z
2024-01-05T15:47:06.5308730Z Download .NET:
2024-01-05T15:47:06.5309470Z .NET Downloads (Linux, macOS, and Windows)
2024-01-05T15:47:06.5378710Z ##[section]Finishing: CmdLine

But my question is still open: How can we run an SQ scan on the latest DotNet?