File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717 - script : npm install
1818 displayName : npm install
1919
20- - task : SonarCloudPrepare@2
20+ - task : SonarCloudPrepare@2.3.5
2121 inputs :
2222 SonarCloud : ' SonarCloud'
2323 organization : ' nhsdigital'
@@ -47,10 +47,10 @@ steps:
4747 - script : CI=true npm run test
4848 displayName : ' Testing: Run tests'
4949
50- - task : SonarCloudAnalyze@2
50+ - task : SonarCloudAnalyze@2.3.5
5151 displayName : ' Run SonarCloud Code Analysis'
5252
53- - task : SonarCloudPublish@2
53+ - task : SonarCloudPublish@2.3.5
5454 displayName : ' Publish Quality Gate Result'
5555 inputs :
5656 pollingTimeoutSec : ' 300'
7878 targetPath : ' $(Build.SourcesDirectory)/tests/integration/reports'
7979 artifactName : ' Integration test report - $(Build.BuildNumber)-$(System.JobAttempt)'
8080
81- - task : qameta.allure-azure-pipelines.PublishAllureReport.PublishAllureReport@1
81+ - task : qameta.allure-azure-pipelines.PublishAllureReport.PublishAllureReport@1.5.0
8282 displayName : ' Testing: Publish integration test Allure report'
8383 condition : succeededOrFailed()
8484 inputs :
You can’t perform that action at this time.
0 commit comments