We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dd0a1e commit b13ce36Copy full SHA for b13ce36
.github/workflows/audit.yml
@@ -4,6 +4,9 @@ on:
4
paths:
5
- '**/Cargo.toml'
6
- '**/Cargo.lock'
7
+ schedule:
8
+ - cron: "0 0 * * *"
9
+ workflow_dispatch:
10
jobs:
11
security_audit:
12
runs-on: ubuntu-latest
0 commit comments