Skip to content

chore(deps): bump tokio from 1.41.0 to 1.41.1 (#1608) #2871

chore(deps): bump tokio from 1.41.0 to 1.41.1 (#1608)

chore(deps): bump tokio from 1.41.0 to 1.41.1 (#1608) #2871

name: Security Audit
on:
pull_request:
paths:
- "Cargo.lock"
- ".github/workflows/security-audit.yml"
push:
branches: master
paths:
- "Cargo.lock"
- ".github/workflows/security-audit.yml"
schedule:
- cron: "0 0 * * *"
jobs:
security_audit:
name: Security Audit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
# TODO(tarcieri): investigate why cached binaries aren't working
#- uses: actions/cache@v4
# with:
# path: ~/.cargo/bin
# key: ${{ runner.os }}-cargo-audit-v0.20
- uses: rustsec/audit-check@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}