Skip to content

Version 1.42.0

Version 1.42.0 #331

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@v2
with:
manifest-path: rust/Cargo.toml