Skip to content

Bump curve25519-dalek from 4.1.1 to 4.1.3 (#4714) #179

Bump curve25519-dalek from 4.1.1 to 4.1.3 (#4714)

Bump curve25519-dalek from 4.1.1 to 4.1.3 (#4714) #179

name: Security audit
on:
push:
branches: [main]
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
# - uses: actions-rs/audit-check@v1
# with:
# token: ${{ secrets.GITHUB_TOKEN }}