Skip to content

Security Audit

Security Audit #39

name: Security Audit
on:
pull_request:
paths: [Cargo.lock]
push:
branches: [main]
paths: [Cargo.lock]
schedule:
- cron: '0 0 * * *'
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rs/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}