YAML scan is failing for last two months

We are using sonarqube Developer edition 10.4 version deployed into AKS.
using sonarscanner 9 version
dotnet tool install --global dotnet-sonarscanner --version 9.0.1
for the past few months… we are noticing this error especially on yaml files during analysis

INFO: Sensor YAML Sensor [yaml]

INFO: ------------------------------------------------------------------------

INFO: EXECUTION FAILURE

INFO: ------------------------------------------------------------------------

INFO: Total time: 35.939s

INFO: Final Memory: 46M/168M

INFO: ------------------------------------------------------------------------

ERROR: Error during SonarScanner execution

java.lang.UnsupportedOperationException: Can not add the same measure twice on plantuml-deployment.yaml: DefaultMeasure[component=plantuml-deployment.yaml,metric=Metric[uuid=,key=ncloc_data,description=,type=DATA,direction=0,domain=,name=ncloc_data,qualitative=false,userManaged=false,enabled=true,worstValue=,bestValue=,optimizedBestValue=false,hidden=false,deleteHistoricalData=false,decimalScale=],value=1=1;2=1;3=1;4=1;5=1;6=1;7=1;8=1;9=1;10=1;11=1;12=1;13=1;14=1;15=1;16=1;17=1;18=1;19=1;20=1;21=1;22=1;23=1;24=1;25=1;26=1;27=1;28=1;29=1;30=1;31=1;32=1;33=1;34=1;35=1;36=1;37=1;38=1;39=1;40=1;42=1;43=1;44=1;45=1;46=1;47=1;48=1;49=1;50=1;51=1;52=1;53=1;54=1,fromCore=false,storage=org.sonar.scanner.sensor.DefaultSensorStorage@746be7ac,saved=false]

at org.sonar.scanner.sensor.DefaultSensorStorage.saveMeasure(DefaultSensorStorage.java:178)

at org.sonar.scanner.sensor.DefaultSensorStorage.store(DefaultSensorStorage.java:138)

at org.sonar.api.batch.sensor.measure.internal.DefaultMeasure.doSave(DefaultMeasure.java:96)

at org.sonar.api.batch.sensor.internal.DefaultStorable.save(DefaultStorable.java:45)

Hey there.

Are you using the community-supported GitHub - sbaudoin/sonar-yaml: SonarQube plugin to analyze YAML files plugin?