Skip to content

build(deps): bump thiserror from 1.0.68 to 2.0.9 #2640

build(deps): bump thiserror from 1.0.68 to 2.0.9

build(deps): bump thiserror from 1.0.68 to 2.0.9 #2640

name: Security audit
on:
pull_request:
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"
push:
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"
schedule:
- cron: "0 0 * * *"
jobs:
security_audit:
if: (github.event_name == 'schedule' && github.repository == 'daniel-white/twist') || (github.event_name != 'schedule')
runs-on: ubuntu-latest
steps:
- name: Setup | Checkout
uses: actions/checkout@v4
- name: Setup | Rust
uses: dtolnay/rust-toolchain@stable
- name: Test | Security Audit
uses: actions-rs/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}