Skip to content

chore(deps): bump tracing-subscriber from 0.3.17 to 0.3.18 #305

chore(deps): bump tracing-subscriber from 0.3.17 to 0.3.18

chore(deps): bump tracing-subscriber from 0.3.17 to 0.3.18 #305

Workflow file for this run

name: Audit
on:
pull_request:
branches: [master]
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}