run the security scan weekly, not daily

This commit is contained in:
Dustin J. Mitchell 2025-06-01 20:41:18 -04:00
parent 721957d7c7
commit 91763641c6
No known key found for this signature in database

View file

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