mirror of https://github.com/curbengh/hexo-yam
ci: run snyk & semgrep weekly
This commit is contained in:
parent
5453fc9ee0
commit
777ffabd2b
|
@ -8,6 +8,7 @@ on:
|
|||
paths:
|
||||
- .github/workflows/semgrep.yml
|
||||
schedule:
|
||||
# Weekly
|
||||
- cron: '0 0 * * 0'
|
||||
jobs:
|
||||
semgrep:
|
||||
|
|
|
@ -2,8 +2,8 @@ name: Snyk
|
|||
|
||||
on:
|
||||
schedule:
|
||||
# Every day
|
||||
- cron: '0 0 * * *'
|
||||
# Weekly
|
||||
- cron: '0 0 * * 0'
|
||||
pull_request:
|
||||
branches:
|
||||
- 'dependabot/github_actions/github/codeql-action**'
|
||||
|
|
Loading…
Reference in New Issue