Skip to content

build(deps): bump dbl from 0.4.0-rc.0 to 0.4.0-rc.1 (#640) #2464

build(deps): bump dbl from 0.4.0-rc.0 to 0.4.0-rc.1 (#640)

build(deps): bump dbl from 0.4.0-rc.0 to 0.4.0-rc.1 (#640) #2464

name: Security Audit
on:
pull_request:
paths:
- Cargo.lock
- .github/workflows/security-audit.yml
push:
branches: master
paths: Cargo.lock
schedule:
- cron: "0 0 * * *"
jobs:
security_audit:
name: Security Audit
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Cache cargo bin
uses: actions/cache@v4
with:
path: ~/.cargo/bin
key: ${{ runner.os }}-cargo-audit-v0.20-ubuntu-v24.04
- uses: rustsec/audit-check@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}