Skip to content

chore(deps): bump serde_json from 1.0.117 to 1.0.128 #1304

chore(deps): bump serde_json from 1.0.117 to 1.0.128

chore(deps): bump serde_json from 1.0.117 to 1.0.128 #1304

Workflow file for this run

#! Auto synced from Shared CI Resources repository
#! Don't change this file, instead change it in github.com/GaloyMoney/concourse-shared
name: Audit
on:
pull_request:
branches: [ main ]
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}