Skip to content

fix(deps): bump anyhow from 1.0.81 to 1.0.82 #554

fix(deps): bump anyhow from 1.0.81 to 1.0.82

fix(deps): bump anyhow from 1.0.81 to 1.0.82 #554

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 }}