Skip to content

Libs(all): bump openapi generator from 5.2.0 to 7.9.0 #315

Libs(all): bump openapi generator from 5.2.0 to 7.9.0

Libs(all): bump openapi generator from 5.2.0 to 7.9.0 #315

Workflow file for this run

name: Rust Lib Security
on:
push:
branches:
- main
paths:
- 'rust/**/Cargo.toml'
- 'rust/**/Cargo.lock'
- '.github/workflows/rust-security.yml'
pull_request:
paths:
- 'rust/**/Cargo.toml'
- 'rust/**/Cargo.lock'
- '.github/workflows/rust-security.yml'
jobs:
security_audit:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: EmbarkStudios/cargo-deny-action@v1
with:
manifest-path: rust/Cargo.toml