Skip to content

Release v0.6.0 (Cancun HF support) (#397) #1

Release v0.6.0 (Cancun HF support) (#397)

Release v0.6.0 (Cancun HF support) (#397) #1

Workflow file for this run

name: Security audit
on:
push:
paths:
- '**/Cargo.toml'
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: rustsec/audit-check@v1.4.1
with:
token: ${{ secrets.GITHUB_TOKEN }}