Skip to content

Merge pull request #180 from thinkgos/dependabot/cargo/regex-1.11.1 #554

Merge pull request #180 from thinkgos/dependabot/cargo/regex-1.11.1

Merge pull request #180 from thinkgos/dependabot/cargo/regex-1.11.1 #554

Workflow file for this run

name: Security audit
on:
pull_request:
paths:
# Run if workflow changes
- '.github/workflows/audit.yml'
# Run on changed dependencies
- '**/Cargo.toml'
- '**/Cargo.lock'
# Run if the configuration file changes
- '**/audit.toml'
push:
paths:
# Run if workflow changes
- '.github/workflows/audit.yml'
# Run on changed dependencies
- '**/Cargo.toml'
- '**/Cargo.lock'
# Run if the configuration file changes
- '**/audit.toml'
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- name: Set up Rust
uses: actions/checkout@v4
- name: Run audit
uses: actions-rust-lang/audit@v1