8000 Port "rpc: Add FromStr, Serialize and Deserialize instances to CompatMode" (tendermint-rs#1367) (#27) · cometbft/cometbft-rs@03f689b · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Audit-Check

Audit-Check #197

Workflow file for this run

name: Audit-Check
on:
push:
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"
schedule:
- cron: "0 0 * * *"
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: rustsec/audit-check@v1.4.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
0