Skip to content

Bump gio from 0.22.5 to 0.22.6 #165

Bump gio from 0.22.5 to 0.22.6

Bump gio from 0.22.5 to 0.22.6 #165

Workflow file for this run

name: Security Audit
on:
pull_request:
paths:
- Cargo.lock
jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: rustsec/audit-check@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}