Skip to content

chore(deps): bump anyhow from 1.0.70 to 1.0.71 (#84) #622

chore(deps): bump anyhow from 1.0.70 to 1.0.71 (#84)

chore(deps): bump anyhow from 1.0.70 to 1.0.71 (#84) #622

Workflow file for this run

name: security
on:
push:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
schedule:
- cron: '0 0 * * *'
jobs:
audit:
if: github.actor != 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}