Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

chore: bump clap from 4.1.8 to 4.2.5 #109

chore: bump clap from 4.1.8 to 4.2.5

chore: bump clap from 4.1.8 to 4.2.5 #109

Workflow file for this run

name: Security audit
on:
push:
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"
schedule:
- cron: "0 0 * * *"
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}