Skip to content

Merge bitcoindevkit/bdk-cli#270: fix: fix RUSTSEC-2026-0097 for rand 0.9 #340

Merge bitcoindevkit/bdk-cli#270: fix: fix RUSTSEC-2026-0097 for rand 0.9

Merge bitcoindevkit/bdk-cli#270: fix: fix RUSTSEC-2026-0097 for rand 0.9 #340

Workflow file for this run

name: Audit
on:
push:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
schedule:
- cron: '0 0 * * 0' # Once per week
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions-rust-lang/audit@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
tool-version: 0.22.1