Skip to content

chore(deps): bump serde_json from 1.0.115 to 1.0.116 #542

chore(deps): bump serde_json from 1.0.115 to 1.0.116

chore(deps): bump serde_json from 1.0.115 to 1.0.116 #542

Workflow file for this run

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