This repository was archived by the owner on Oct 1, 2024. It is now read-only.
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 @@ -24,11 +24,11 @@ jobs:
2424
2525 # Run these scanners first so that they don't detect issues in dependencies.
2626 # Failures won't break the build until "Check for compliance errors" step.
27- - task : CredScan@2
27+ - task : CredScan@3
2828 displayName : Run CredScan
2929 inputs :
3030 toolMajorVersion : V2
31- - task : PoliCheck@1
31+ - task : PoliCheck@2
3232 displayName : Run PoliCheck
3333 inputs :
3434 targetType : F
@@ -131,7 +131,7 @@ jobs:
131131 - script : npm test --silent
132132 displayName : Run tests
133133
134- - task : PostAnalysis@1
134+ - task : PostAnalysis@2
135135 displayName : Check for compliance errors
136136 # To avoid spirious warnings about missing logs, explicitly declare what we scanned.
137137 inputs :
@@ -140,7 +140,7 @@ jobs:
140140
141141 # Trust Services Automation (TSA) can automatically open bugs for compliance issues.
142142 # https://www.1eswiki.com/wiki/Trust_Services_Automation_(TSA)
143- - task : TSAUpload@1
143+ - task : TSAUpload@2
144144 displayName : Upload logs to TSA
145145 inputs :
146146 tsaVersion : TsaV2
You can’t perform that action at this time.
0 commit comments