From b53e0c32570234d1fe9318c6761489f36c3772c2 Mon Sep 17 00:00:00 2001 From: Liu Shilong Date: Fri, 31 May 2024 13:07:36 +0800 Subject: [PATCH] [ci] Migrate ubuntu-20.04 agent pool to sonic-ubuntu-1c to fix S360 alert (#3348) --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index bd7eee7be6..8cb6586a9b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -27,7 +27,7 @@ stages: displayName: "Static Analysis" timeoutInMinutes: 10 continueOnError: true - pool: ubuntu-20.04 + pool: sonic-ubuntu-1c steps: - template: .azure-pipelines/pre-commit-check.yml