Skip to content

Periodic cargo update #1226

Periodic cargo update

Periodic cargo update #1226

Workflow file for this run

name: recurrent-audit
on:
schedule:
- cron: '0 0 * * *'
pull_request:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
permissions: write-all # TODO: https://github.com/actions-rs/audit-check/issues/218
jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: rustsec/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}