Skip to content

Commit 7605624

Browse files
PROD-2090: Use complete version numbers for external Azure pipeline tasks (#231)
1 parent 57ab5a8 commit 7605624

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ steps:
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'
@@ -78,7 +78,7 @@ steps:
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:

0 commit comments

Comments
 (0)