Skip to content

chore(deps): bump @tanstack/react-router from 1.169.2 to 1.170.4 in /app #1314

chore(deps): bump @tanstack/react-router from 1.169.2 to 1.170.4 in /app

chore(deps): bump @tanstack/react-router from 1.169.2 to 1.170.4 in /app #1314

Workflow file for this run

name: Security
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: '0 8 * * 1'
jobs:
dependency-review:
name: dependency-review
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'
permissions:
contents: read
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Dependency review
uses: actions/dependency-review-action@v5
with:
fail-on-severity: high
cargo-audit:
name: cargo-audit
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup Rust
uses: dtolnay/rust-toolchain@stable
- name: Install cargo-audit
run: cargo install cargo-audit --locked
- name: Run cargo audit
working-directory: app/src-tauri
run: cargo audit