Skip to content
This repository was archived by the owner on Jun 23, 2025. It is now read-only.

Merge branch 'main' into update-log-0.4.20 #180

Merge branch 'main' into update-log-0.4.20

Merge branch 'main' into update-log-0.4.20 #180

Workflow file for this run

name: Security audit
on:
push:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cargo install cargo-audit
- run: cargo audit