Skip to content

chore(deps): bump clap from 4.5.40 to 4.5.46 #287

chore(deps): bump clap from 4.5.40 to 4.5.46

chore(deps): bump clap from 4.5.40 to 4.5.46 #287

Workflow file for this run

name: Security audit
on:
push:
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"
schedule:
- cron: "0 0 * * *"
jobs:
security_audit:
name: security-audit
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Cargo deny
uses: taiki-e/install-action@cargo-deny
- name: Run cargo-deny
run: cargo deny check advisories
- name: Install cargo-audit
run: cargo install cargo-audit
- name: Run security audit
run: cargo audit