From 4bb957c1fc8324bc39692ce331922aa5b531026d Mon Sep 17 00:00:00 2001 From: Renovatebot Date: Tue, 22 Oct 2024 17:16:42 +0000 Subject: [PATCH] chore(deps): update dependency sonarcloudanalyze to v3 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index bbdda6826..501ab5842 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -67,7 +67,7 @@ stages: command: test projects: 'src/Stryker.Core/Stryker.Core.UnitTest/Stryker.Core.UnitTest.csproj' arguments: '--collect "Code coverage"' - - task: SonarCloudAnalyze@2 + - task: SonarCloudAnalyze@3 - task: SonarCloudPublish@2 inputs: pollingTimeoutSec: '300'