Skip to content

chore: update quinn-proto audit fix #465

chore: update quinn-proto audit fix

chore: update quinn-proto audit fix #465

Workflow file for this run

name: Security
on:
push:
branches:
- "**"
pull_request:
schedule:
- cron: "0 6 * * 1"
permissions:
contents: read
concurrency:
group: security-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
cargo-audit:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@v6.0.3
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
- name: Cache cargo artifacts
uses: Swatinem/rust-cache@v2
- name: Install cargo-audit
run: cargo install cargo-audit --version 0.22.2 --locked
- name: Audit dependencies
run: cargo audit