Skip to content

Commit

Permalink
[actions] Run Semgrep every Sunday at 3:12
Browse files Browse the repository at this point in the history
  • Loading branch information
netromdk committed Jul 9, 2023
1 parent 8f5de07 commit 4087eca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/semgrep.yml
Expand Up @@ -8,6 +8,9 @@ on:
- dev
paths:
- .github/workflows/semgrep.yml
# Run every sunday at 3:12.
schedule:
- cron: '12 3 * * 6'
jobs:
semgrep:
name: semgrep/ci
Expand Down

0 comments on commit 4087eca

Please sign in to comment.