Skip to content

Security audit

Security audit #950

Workflow file for this run

name: Security audit
on:
push:
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"
schedule:
- cron: "0 0 */7 * *"
permissions:
contents: "read"
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
persist-credentials: false
- uses: taiki-e/install-action@60581cd7025e0e855cebd745379013e286d9c787 # v2.64.2
with:
tool: cargo-deny
- run: |
cargo deny check