Skip to content

fix(deps): update rust crate cliclack to 0.5 #148

fix(deps): update rust crate cliclack to 0.5

fix(deps): update rust crate cliclack to 0.5 #148

name: Security Audit
on:
push:
branches: [main]
pull_request:
schedule:
- cron: "0 3 * * 1"
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
CARGO_TERM_COLOR: always
RUST_TOOLCHAIN: 1.93.0
permissions:
contents: read
jobs:
audit:
name: Cargo Audit
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@v6
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: ${{ env.RUST_TOOLCHAIN }}
- uses: Swatinem/rust-cache@v2
- name: Install cargo-audit
run: cargo install --locked cargo-audit
- name: Run cargo audit
run: cargo audit