From a1e49b5e0409b3c58337bd295f43ec89d44670d0 Mon Sep 17 00:00:00 2001 From: Jonathan Pobst Date: Mon, 7 Nov 2022 09:54:24 -0600 Subject: [PATCH] [ci] Enable CodeQL static analysis. --- build-tools/automation/azure-pipelines.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-tools/automation/azure-pipelines.yaml b/build-tools/automation/azure-pipelines.yaml index 710adfbf6..1a4ced3f8 100644 --- a/build-tools/automation/azure-pipelines.yaml +++ b/build-tools/automation/azure-pipelines.yaml @@ -86,6 +86,7 @@ jobs: - ImageOverride -equals $(1ESWindowsImage) variables: VSINSTALLDIR: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\ + Codeql.Enabled: true timeoutInMinutes: 20 workspace: clean: all