We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f4983a commit ba9cad9Copy full SHA for ba9cad9
1 file changed
.github/workflows/semgrep.yml
@@ -7,7 +7,8 @@ on:
7
paths:
8
- .github/workflows/semgrep.yml
9
schedule:
10
- - cron: '0 0 * * *'
+ # random HH:MM to avoid a load spike on GitHub Actions at 00:00
11
+ - cron: 16 23 * * *
12
name: Semgrep
13
jobs:
14
semgrep:
0 commit comments