Skip to content

Bump rstest from 0.24.0 to 0.25.0 (#567) #482

Bump rstest from 0.24.0 to 0.25.0 (#567)

Bump rstest from 0.24.0 to 0.25.0 (#567) #482

Workflow file for this run

name: security
on:
schedule:
- cron: '0 0 * * *'
push:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
jobs:
audit:
runs-on: ubuntu-latest
permissions: write-all
name: "Audit Rust Dependencies"
steps:
- uses: actions/checkout@v4
- uses: rustsec/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}