Skip to content

chore(deps): bump go_router from 10.2.0 to 11.0.0 in /flutter #245

chore(deps): bump go_router from 10.2.0 to 11.0.0 in /flutter

chore(deps): bump go_router from 10.2.0 to 11.0.0 in /flutter #245

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