Skip to content

Commit

Permalink
Manually upgrade the CodeQL CLI version (dotnet#9126)
Browse files Browse the repository at this point in the history
Which contains fix for dotnet test failing with codeQL
  • Loading branch information
smitpatel committed Jun 27, 2023
1 parent e222425 commit 7174133
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions eng/pipelines/official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ variables:
# Allows CodeQL to run on our Build job.
# https://eng.ms/docs/cloud-ai-platform/devdiv/one-engineering-system-1es/1es-docs/codeql/configuring-codeql3000-ado-pipelines
Codeql.Enabled: true
# Work-around for CodeQL failing with dotnet test. See https://twcsecurityassurance.visualstudio.com/Semmle/_workitems/edit/24228
Codeql.CLIVersion: 2.13.4
Codeql.CLIHash: 892670c6323510b53c25363e301c64f35ecff02000820d0ebc081ee51fc4b2b6 // sha256 hash for windows CLI
# Default to skipping auto-injection for CodeQL. It is not skipped in the Build job only.
# https://eng.ms/docs/cloud-ai-platform/devdiv/one-engineering-system-1es/1es-docs/codeql/configuring-codeql3000-ado-pipelines#monolithic-repos-and-multistage-pipelines
Codeql.SkipTaskAutoInjection: true
Expand Down

0 comments on commit 7174133

Please sign in to comment.