Skip to content

Security audit

Security audit #43

---
name: Security audit
on:
schedule:
- cron: "15 4 * * *"
workflow_dispatch:
jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- uses: actions-rs/audit-check@35b7b53b1e25b55642157ac01b4adceb5b9ebef3 # renovate: tag=v1.2.0
with:
token: ${{ secrets.GITHUB_TOKEN }}