Skip to content

chore(deps): bump bitcoin from 0.32.8 to 0.32.9 #136

chore(deps): bump bitcoin from 0.32.8 to 0.32.9

chore(deps): bump bitcoin from 0.32.8 to 0.32.9 #136

Workflow file for this run

on: [pull_request, push]
name: Security Audit
env:
CARGO_TERM_COLOR: always
permissions: {}
jobs:
supply-chain:
name: 'cargo-audit'
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.9.1
with:
cache-on-failure: true
- name: Install cargo-audit
run: cargo install cargo-audit --force --locked
- name: Check for audit warnings
run: cargo audit -D warnings
continue-on-error: true
- name: Check for vulnerabilities
run: cargo audit