Skip to content

chore(deps): bump the minor group with 2 updates #521

chore(deps): bump the minor group with 2 updates

chore(deps): bump the minor group with 2 updates #521

Workflow file for this run

name: Security audit
on:
push:
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"
- .github/workflows/security.yml
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: rustsec/audit-check@v2.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
permissions:
issues: write
checks: write