Skip to content

bridge: Maintenance stuff #1235

bridge: Maintenance stuff

bridge: Maintenance stuff #1235

Workflow file for this run

name: Server Security
env:
CARGO_TERM_COLOR: always
on:
push:
branches:
- main
paths:
- 'server/**/Cargo.toml'
- 'server/**/Cargo.lock'
- '.github/workflows/server-security.yml'
- 'deny.toml'
pull_request:
paths:
- 'server/**/Cargo.toml'
- 'server/**/Cargo.lock'
- '.github/workflows/server-security.yml'
- 'deny.toml'
jobs:
security_audit:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v7
- uses: EmbarkStudios/cargo-deny-action@3c6349835b2b7b196a839186cb8b78e02f7b5f25 # v2.1.1
with:
manifest-path: server/Cargo.toml