Skip to content

Bump zerocopy from 0.7.26 to 0.7.32 #610

Bump zerocopy from 0.7.26 to 0.7.32

Bump zerocopy from 0.7.26 to 0.7.32 #610

Workflow file for this run

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