From 26e88551cc17cb127ee9200b229aa82c29390a24 Mon Sep 17 00:00:00 2001 From: Saad Najmi Date: Thu, 23 Jan 2025 10:46:18 -0800 Subject: [PATCH] ci: disable CodeQL in release pipeline --- .ado/publish.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.ado/publish.yml b/.ado/publish.yml index 1bf5ce4debf081..0926772363fc5c 100644 --- a/.ado/publish.yml +++ b/.ado/publish.yml @@ -17,6 +17,10 @@ variables: - group: InfoSec-SecurityResults - name: tags value: production,externalfacing + # CodeQL Still has not fixed their bug running on Apple ARM64 jobs where they inject x64 binaries into arm64 processes and just make it crash :( + # Only workaround for now is to disable CodeQL on Apple jobs. + - name Codeql.Enabled + value: false - template: /.ado/variables/vars.yml@self resources: