Skip to content

Bump serde_json from 1.0.116 to 1.0.117 #1546

Bump serde_json from 1.0.116 to 1.0.117

Bump serde_json from 1.0.116 to 1.0.117 #1546

Workflow file for this run

name: Security Audit
on:
push:
branches: [main]
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"
pull_request:
branches: [main]
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"
schedule:
# Once week at midnight UTC
- cron: "0 0 * * 0"
workflow_dispatch:
jobs:
sec:
name: Security audit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: rustsec/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}