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:
|
paths:
|
||||||
- .github/workflows/semgrep.yml
|
- .github/workflows/semgrep.yml
|
||||||
schedule:
|
schedule:
|
||||||
|
# Weekly
|
||||||
- cron: '0 0 * * 0'
|
- cron: '0 0 * * 0'
|
||||||
jobs:
|
jobs:
|
||||||
semgrep:
|
semgrep:
|
||||||
|
|
|
@ -2,8 +2,8 @@ name: Snyk
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
# Every day
|
# Weekly
|
||||||
- cron: '0 0 * * *'
|
- cron: '0 0 * * 0'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- 'dependabot/github_actions/github/codeql-action**'
|
- 'dependabot/github_actions/github/codeql-action**'
|
||||||
|
|
Loading…
Reference in New Issue