Skip to content

chore(deps): bump quote from 1.0.37 to 1.0.38 in the minor group #526

chore(deps): bump quote from 1.0.37 to 1.0.38 in the minor group

chore(deps): bump quote from 1.0.37 to 1.0.38 in the minor group #526

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