Skip to content

Commit a009fa5

Browse files
authored
Update semgrep.yml
1 parent 1cedd63 commit a009fa5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/semgrep.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ on:
88
paths:
99
- .github/workflows/semgrep.yml
1010
schedule:
11-
# random HH:MM to avoid a load spike on GitHub Actions at 00:00
12-
- cron: 42 14 * * *
11+
- cron: ${GITHUB_ACTION_RANDOM:0-59} ${GITHUB_ACTION_RANDOM:0-23} ${GITHUB_ACTION_RANDOM:1-28} * *
1312
name: Semgrep
1413
jobs:
1514
semgrep:

0 commit comments

Comments
 (0)