Skip to content

feat: identify internal function invocations in traces #2476

feat: identify internal function invocations in traces

feat: identify internal function invocations in traces #2476

Workflow file for this run

name: deny
on:
push:
branches: [master]
paths: [Cargo.lock, deny.toml]
pull_request:
branches: [master]
paths: [Cargo.lock, deny.toml]
env:
CARGO_TERM_COLOR: always
jobs:
cargo-deny:
name: cargo deny check
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- uses: EmbarkStudios/cargo-deny-action@v1
with:
command: check all
# Clear out arguments to not pass `--all-features` to `cargo deny`.
# many crates have an `openssl` feature which enables banned dependencies
arguments: ""