Skip to content

Bump primitive-types from 0.12.2 to 0.13.1 (#367) #1338

Bump primitive-types from 0.12.2 to 0.13.1 (#367)

Bump primitive-types from 0.12.2 to 0.13.1 (#367) #1338

Workflow file for this run

name: Security audit
on:
merge_group:
schedule:
- cron: "0 0 * * *"
push:
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: rustsec/audit-check@v1.4.1
with:
token: ${{ secrets.GITHUB_TOKEN }}