Skip to content

chore: 0.24.1 changelog header (#3933) #7954

chore: 0.24.1 changelog header (#3933)

chore: 0.24.1 changelog header (#3933) #7954

Workflow file for this run

name: Audit
on:
push:
branches:
- master
pull_request:
schedule:
# * is a special character in YAML so you have to quote this string
- cron: "0 14 * * *"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
# When getting Rust dependencies, retry on network error:
CARGO_NET_RETRY: 10
jobs:
test:
name: audit:required
runs-on: ubuntu-latest
permissions:
contents: read
issues: write
steps:
- uses: actions/checkout@v4
- uses: lwshang/audit@cargo_install_locked