Skip to content

chore(deps): bump indexmap from 2.7.0 to 2.7.1 #404

chore(deps): bump indexmap from 2.7.0 to 2.7.1

chore(deps): bump indexmap from 2.7.0 to 2.7.1 #404

name: Rust Security Checks
on:
push:
branches:
- master
pull_request:
branches:
- master
schedule:
- cron: '0 3 * * 1'
jobs:
cargo_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Cargo Audit
run: cargo audit
continue-on-error: true