Skip to content

fix(deps): bump thiserror from 1.0.60 to 1.0.61 #622

fix(deps): bump thiserror from 1.0.60 to 1.0.61

fix(deps): bump thiserror from 1.0.60 to 1.0.61 #622

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@v4
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}