Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Update task versions #1608

Merged
merged 1 commit into from
Feb 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions build/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:

# Run these scanners first so that they don't detect issues in dependencies.
# Failures won't break the build until "Check for compliance errors" step.
- task: CredScan@2
- task: CredScan@3
displayName: Run CredScan
inputs:
toolMajorVersion: V2
- task: PoliCheck@1
- task: PoliCheck@2
displayName: Run PoliCheck
inputs:
targetType: F
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
- script: npm test --silent
displayName: Run tests

- task: PostAnalysis@1
- task: PostAnalysis@2
displayName: Check for compliance errors
# To avoid spirious warnings about missing logs, explicitly declare what we scanned.
inputs:
Expand All @@ -140,7 +140,7 @@ jobs:

# Trust Services Automation (TSA) can automatically open bugs for compliance issues.
# https://www.1eswiki.com/wiki/Trust_Services_Automation_(TSA)
- task: TSAUpload@1
- task: TSAUpload@2
displayName: Upload logs to TSA
inputs:
tsaVersion: TsaV2
Expand Down