Skip to content

Bump bitcoin from 0.32.2 to 0.32.3 #57

Bump bitcoin from 0.32.2 to 0.32.3

Bump bitcoin from 0.32.2 to 0.32.3 #57

Workflow file for this run

name: Security audit
on:
push:
branches:
- main
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"
pull_request:
branches:
- main
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: rustsec/audit-check@69366f33c96575abad1ee0dba8212993eecbe998 # v2.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}