Skip to content

build(deps): bump the minor-and-patch group with 6 updates #87

build(deps): bump the minor-and-patch group with 6 updates

build(deps): bump the minor-and-patch group with 6 updates #87

Workflow file for this run

name: cargo audit
on:
schedule:
- cron: '0 6 * * 1'
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
- uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Install cargo-audit
run: cargo install cargo-audit
- name: Audit src-tauri
run: cargo audit --file src-tauri/Cargo.lock
- name: Audit crypto-core
run: cargo audit --file crypto-core/Cargo.lock