1 2 3 4 5 6 7 8 9 10
name: Security Audit on: schedule: - cron: "0 6 * * 1" # Mondays 06:00 UTC workflow_dispatch: {} jobs: audit: uses: jhheider/rust-ci/.github/workflows/audit.yml@v1