Skip to content

Commit b7033b3

Browse files
authored
ci: disable CodeQL in release pipeline (#2359)
1 parent 08c2f6f commit b7033b3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.ado/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ variables:
1717
- group: InfoSec-SecurityResults
1818
- name: tags
1919
value: production,externalfacing
20+
# 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 :(
21+
# Only workaround for now is to disable CodeQL on Apple jobs.
22+
- name Codeql.Enabled
23+
value: false
2024
- template: /.ado/variables/vars.yml@self
2125

2226
resources:

0 commit comments

Comments
 (0)