Skip to content

fix(deps): bump rand_regex from 0.15.1 to 0.16.0 #133

fix(deps): bump rand_regex from 0.15.1 to 0.16.0

fix(deps): bump rand_regex from 0.15.1 to 0.16.0 #133

Workflow file for this run

name: audit
on:
pull_request:
branches:
- main
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
schedule:
- cron: '0 0 * * *'
jobs:
audit:
name: "Check RustSec advisory database"
runs-on: ubuntu-latest
permissions:
contents: read
checks: write
steps:
- uses: actions/checkout@v3
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}