Skip to content

Bump errno from 0.3.8 to 0.3.9 #1997

Bump errno from 0.3.8 to 0.3.9

Bump errno from 0.3.8 to 0.3.9 #1997

# https://github.com/actions-rs/audit-check
name: Rust Cargo Audit
on:
push:
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@1.68.2
- uses: ClementTsang/cargo-action@v0.0.6
with:
command: install
args: cargo-audit
- uses: ClementTsang/cargo-action@v0.0.6
with:
command: audit
# - uses: actions-rs/audit-check@v1
# with:
# token: ${{ secrets.GITHUB_TOKEN }}