Skip to content

Bump h2 from 0.3.25 to 0.3.26 (#518) #1232

Bump h2 from 0.3.25 to 0.3.26 (#518)

Bump h2 from 0.3.25 to 0.3.26 (#518) #1232

Workflow file for this run

name: Security audit
on:
pull_request:
push:
branches:
- main
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"
schedule:
- cron: "0 0 * * *"
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: rustsec/audit-check@v1.4.1
with:
token: ${{ secrets.GITHUB_TOKEN }}