Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update runtime-codeql.yml to run 3x/week (#86979)
  • Loading branch information
markples committed Jun 1, 2023
1 parent 84a7be7 commit 3eb4407
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions eng/pipelines/runtime-codeql.yml
Expand Up @@ -2,8 +2,13 @@ trigger:
none

schedules:
- cron: 0 12 * * 1
displayName: Weekly Monday CodeQL/Semmle run
- cron: 0 12 * * 1,4,6
# CodeQL auto-injects into other pipelines and will do a scan if one hasn't
# been done in 72 hours. These can cause timeouts, so we ensure that one has
# already been performed. We can increase this to 4x/week or be more
# sophisticated if the 72 hour period ending Thursday ("4" in the cron line)
# causes a problem.
displayName: 3x/week CodeQL/Semmle run
branches:
include:
- main
Expand Down

0 comments on commit 3eb4407

Please sign in to comment.