Skip to content

Merge branch 'master' into jdjaustin/issue-1861-impl-extern-iter-for-amt #1662

Merge branch 'master' into jdjaustin/issue-1861-impl-extern-iter-for-amt

Merge branch 'master' into jdjaustin/issue-1861-impl-extern-iter-for-amt #1662

Workflow file for this run

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