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

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'