Skip to content

Commit ba9cad9

Browse files
committed
Add Semgrep CI
1 parent 1f4983a commit ba9cad9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/semgrep.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ on:
77
paths:
88
- .github/workflows/semgrep.yml
99
schedule:
10-
- cron: '0 0 * * *'
10+
# random HH:MM to avoid a load spike on GitHub Actions at 00:00
11+
- cron: 16 23 * * *
1112
name: Semgrep
1213
jobs:
1314
semgrep:

0 commit comments

Comments
 (0)