Skip to content

Commit

Permalink
Update semgrep.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mulle-nat authored Jan 31, 2025
1 parent 1cedd63 commit a009fa5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ on:
paths:
- .github/workflows/semgrep.yml
schedule:
# random HH:MM to avoid a load spike on GitHub Actions at 00:00
- cron: 42 14 * * *
- cron: ${GITHUB_ACTION_RANDOM:0-59} ${GITHUB_ACTION_RANDOM:0-23} ${GITHUB_ACTION_RANDOM:1-28} * *
name: Semgrep
jobs:
semgrep:
Expand Down

0 comments on commit a009fa5

Please sign in to comment.