We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1a9f07 commit b0d7354Copy full SHA for b0d7354
.azdo/codeql.yml
@@ -22,6 +22,7 @@ stages:
22
variables:
23
Codeql.Enabled: true
24
Codeql.Cadence: 1 # hour (for testing, normally will run daily)
25
+ Codeql.Language: 'cpp'
26
skipComponentGovernanceDetection: true # not needed for CodeQL run
27
steps:
28
- task: CodeQL3000Init@0
0 commit comments