Skip to content

deps: bump the deno group with 6 updates #391

deps: bump the deno group with 6 updates

deps: bump the deno group with 6 updates #391

Workflow file for this run

name: Security audit
on:
push:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: cargo install cargo-audit
- run: cargo audit