Skip to content

Bump zerocopy from 0.7.3 to 0.7.31 in /bridge #131

Bump zerocopy from 0.7.3 to 0.7.31 in /bridge

Bump zerocopy from 0.7.3 to 0.7.31 in /bridge #131

Workflow file for this run

name: Bridge Security
on:
push:
branches:
- main
paths:
- 'bridge/**/Cargo.toml'
- 'bridge/**/Cargo.lock'
- '.github/workflows/bridge-security.yml'
pull_request:
paths:
- 'bridge/**/Cargo.toml'
- 'bridge/**/Cargo.lock'
- '.github/workflows/bridge-security.yml'
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: EmbarkStudios/cargo-deny-action@v1
with:
arguments: --manifest-path=bridge/Cargo.toml