Skip to content

Remove fasthash and use toeplitz hash to dispatch jobs (Closes #57) #1374

Remove fasthash and use toeplitz hash to dispatch jobs (Closes #57)

Remove fasthash and use toeplitz hash to dispatch jobs (Closes #57) #1374

Workflow file for this run

name: Security audit
on:
schedule:
- cron: "0 8 * * *"
push:
paths:
- "**/Cargo.*"
jobs:
security_audit:
runs-on: ubuntu-latest
permissions:
contents: read
issues: write
steps:
- uses: actions/checkout@v4
- uses: rustsec/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}