Skip to content

Bump zerovec from 0.10.3 to 0.10.4 (#556) #1527

Bump zerovec from 0.10.3 to 0.10.4 (#556)

Bump zerovec from 0.10.3 to 0.10.4 (#556) #1527

Workflow file for this run

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