Skip to content

Merge pull request #119 from async-profiler/dependabot/cargo/zip-7.0.0 #364

Merge pull request #119 from async-profiler/dependabot/cargo/zip-7.0.0

Merge pull request #119 from async-profiler/dependabot/cargo/zip-7.0.0 #364

Workflow file for this run

name: Security audit
on:
push:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: rustsec/audit-check@v2.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}