Skip to content

Bump vitest from 2.1.8 to 2.1.9 #2269

Bump vitest from 2.1.8 to 2.1.9

Bump vitest from 2.1.8 to 2.1.9 #2269

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/audit-check@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}