From 2e4e87f490d033ad7b8b2372e8b1338e644f184a Mon Sep 17 00:00:00 2001 From: Wes Haggard Date: Wed, 3 Jul 2024 15:03:29 -0700 Subject: [PATCH] Disable codeql as it is causing build issues (#5761) All the other languages have disabled codeql and we are now hitting blocking issues when running codeql on macos (https://dev.azure.com/twcdot/Data/_workitems/edit/138580) and even on the other OS's the configuration causes the builds to run for a long time. --- eng/pipelines/templates/stages/archetype-sdk-client.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/eng/pipelines/templates/stages/archetype-sdk-client.yml b/eng/pipelines/templates/stages/archetype-sdk-client.yml index 488e91c87..18679cb08 100644 --- a/eng/pipelines/templates/stages/archetype-sdk-client.yml +++ b/eng/pipelines/templates/stages/archetype-sdk-client.yml @@ -117,6 +117,10 @@ extends: compiled: true break: true policy: M365 + codeql: + compiled: + enabled: false + justificationForDisabling: CodeQL times our pipelines out by running for 2+ hours before being force canceled. credscan: suppressionsFile: $(Build.SourcesDirectory)/eng/CredScanSuppression.json toolVersion: 2.3.12.23