Skip to content

Security audit

Security audit #1625

Workflow file for this run

name: Security audit
on:
pull_request:
paths: Cargo.lock
schedule:
- cron: '0 0 * * *'
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@b173b6ec0100793626c2d9e6b90435061f4fc3e5 # 0.11.0
- name: Checkout sources
uses: actions/[email protected]
with:
fetch-depth: 50
- name: Run cargo audit
uses: actions-rs/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}