Skip to content

Bump libc from 0.2.169 to 0.2.170 #2

Bump libc from 0.2.169 to 0.2.170

Bump libc from 0.2.169 to 0.2.170 #2

Workflow file for this run

name: Security audit
on:
push:
branches: [ "main" ]
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
pull_request:
branches: [ "main" ]
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
workflow_dispatch:
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}