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.
This commit is contained in:
Wes Haggard 2024-07-03 15:03:29 -07:00 committed by GitHub
parent 8b39000b42
commit 2e4e87f490
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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