chore(deps): update rust crate regex to v1.11.1 #2364
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Security Audit | |
on: | |
schedule: | |
- cron: 0 */72 * * * | |
push: | |
paths: | |
- '**/Cargo.lock' | |
- '**/Cargo.toml' | |
- '**/audit.toml' | |
- .github/workflows/audit.yaml | |
workflow_dispatch: # Run with Run Workflow button in GitHub Action Job, set debug_enabled=true for interactive ssh session. | |
jobs: | |
audit: | |
uses: mihaigalos/workflows/.github/workflows/rust-audit.yaml@main | |