Merge pull request #117 from djmitche/security-scan-weekly

run the security scan weekly, not daily
This commit is contained in:
Dustin J. Mitchell 2025-06-01 20:44:27 -04:00 committed by GitHub
commit 953411bff8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@ name: security
on: on:
schedule: schedule:
- cron: '0 0 * * *' - cron: '33 0 * * THU'
push: push:
paths: paths:
- '**/Cargo.toml' - '**/Cargo.toml'