Skip to content

chore(deps): bump go_router from 11.1.4 to 12.0.1 in /flutter #290

chore(deps): bump go_router from 11.1.4 to 12.0.1 in /flutter

chore(deps): bump go_router from 11.1.4 to 12.0.1 in /flutter #290

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