File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ jobs:
24
24
25
25
# Run these scanners first so that they don't detect issues in dependencies.
26
26
# Failures won't break the build until "Check for compliance errors" step.
27
- - task : CredScan@2
27
+ - task : CredScan@3
28
28
displayName : Run CredScan
29
29
inputs :
30
30
toolMajorVersion : V2
31
- - task : PoliCheck@1
31
+ - task : PoliCheck@2
32
32
displayName : Run PoliCheck
33
33
inputs :
34
34
targetType : F
@@ -131,7 +131,7 @@ jobs:
131
131
- script : npm test --silent
132
132
displayName : Run tests
133
133
134
- - task : PostAnalysis@1
134
+ - task : PostAnalysis@2
135
135
displayName : Check for compliance errors
136
136
# To avoid spirious warnings about missing logs, explicitly declare what we scanned.
137
137
inputs :
@@ -140,7 +140,7 @@ jobs:
140
140
141
141
# Trust Services Automation (TSA) can automatically open bugs for compliance issues.
142
142
# https://www.1eswiki.com/wiki/Trust_Services_Automation_(TSA)
143
- - task : TSAUpload@1
143
+ - task : TSAUpload@2
144
144
displayName : Upload logs to TSA
145
145
inputs :
146
146
tsaVersion : TsaV2
You can’t perform that action at this time.
0 commit comments