Skip to content

Commit

Permalink
[INTERNAL] CodeQL: Schedule at least one execution per week
Browse files Browse the repository at this point in the history
CodeQL constantly adds new queries
  • Loading branch information
RandomByte committed Dec 1, 2020
1 parent 426a149 commit 527391b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
pull_request:
branches: [ master ]

# Execute at least once per week to get new findings without active development taking place
schedule:
- cron: '42 22 * * 6'

jobs:
codeql-analyze:
name: "CodeQL Analyze"
Expand Down

0 comments on commit 527391b

Please sign in to comment.