Skip to content

Commit 2e4e87f

Browse files
authored
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.
1 parent 8b39000 commit 2e4e87f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

eng/pipelines/templates/stages/archetype-sdk-client.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,10 @@ extends:
117117
compiled: true
118118
break: true
119119
policy: M365
120+
codeql:
121+
compiled:
122+
enabled: false
123+
justificationForDisabling: CodeQL times our pipelines out by running for 2+ hours before being force canceled.
120124
credscan:
121125
suppressionsFile: $(Build.SourcesDirectory)/eng/CredScanSuppression.json
122126
toolVersion: 2.3.12.23

0 commit comments

Comments
 (0)