Skip to content

Security audit

Security audit #1716

Workflow file for this run

name: Security audit
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- run: cargo generate-lockfile # create Cargo.lock
- uses: rustsec/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}