Skip to content

audit

audit #495

Workflow file for this run

name: audit
on:
schedule:
- cron: "0 0 * * *"
pull_request:
push:
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"
jobs:
audit:
name: Run cargo-deny
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
- uses: EmbarkStudios/cargo-deny-action@8371184bd11e21dcf8ac82ebf8c9c9f74ebf7268 # v2
with:
command: check all