Skip to content
This repository was archived by the owner on Jul 7, 2025. It is now read-only.

deps: bump the deno group with 13 updates #1239

deps: bump the deno group with 13 updates

deps: bump the deno group with 13 updates #1239

Workflow file for this run

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