From 558043f1b2cae371b474a19ba5784df8345d38d2 Mon Sep 17 00:00:00 2001 From: Bogdan Date: Wed, 10 Jul 2024 17:35:18 +0300 Subject: [PATCH] Update SonarCloud pipeline versions for UI --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index de4572bc9..28821a668 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1116,7 +1116,7 @@ stages: vmImage: ${{ variables.windowsImage }} steps: - checkout: self # Need history for Sonar analysis - - task: SonarCloudPrepare@1 + - task: SonarCloudPrepare@2 env: SONAR_SCANNER_OPTS: '' inputs: @@ -1128,7 +1128,7 @@ stages: cliProjectName: 'RadarrUI' cliProjectVersion: '$(radarrVersion)' cliSources: './frontend' - - task: SonarCloudAnalyze@1 + - task: SonarCloudAnalyze@2 - job: Api_Docs displayName: API Docs