Skip to content

Commit

Permalink
Set Codeql.Cadence to 24h
Browse files Browse the repository at this point in the history
Also disable PR builds (we have GitHub pipelines for that)
  • Loading branch information
jstedfast committed Aug 30, 2024
1 parent eb76ab0 commit f9a48ed
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions azure-pipelines/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ variables:
value: ${{ parameters.OfficialRelease }}
- name: Codeql.Enabled
value: true
- name: Codeql.Cadence
value: 24
- name: Codeql.Language
value: csharp,powershell,cpp
- name: Codeql.ExcludePathPatterns
Expand All @@ -27,10 +29,6 @@ trigger:
branches:
include:
- refs/heads/main
pr:
branches:
include:
- main
resources:
repositories:
- repository: MicroBuildTemplate
Expand Down

0 comments on commit f9a48ed

Please sign in to comment.