Skip to content

Rewrite submit_block relay communication to support SSZ and JSON #1211

Rewrite submit_block relay communication to support SSZ and JSON

Rewrite submit_block relay communication to support SSZ and JSON #1211

Workflow file for this run

name: Security Audit
on:
pull_request:
paths: [Cargo.lock]
push:
branches: [main]
paths: [Cargo.lock]
schedule:
- cron: '0 0 * * *'
permissions:
issues: write
checks: write
pull-requests: read
contents: read
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: taiki-e/install-action@v2
with:
tool: cargo-audit
- run: cargo audit