Skip to content

chore(deps): bump flutter_rust_bridge from 1.81.0 to 1.82.1 in /flutter #242

chore(deps): bump flutter_rust_bridge from 1.81.0 to 1.82.1 in /flutter

chore(deps): bump flutter_rust_bridge from 1.81.0 to 1.82.1 in /flutter #242

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 }}