Skip to content

Add test that serde_conv will not trigger clippy::ptr_arg (#731) #2630

Add test that serde_conv will not trigger clippy::ptr_arg (#731)

Add test that serde_conv will not trigger clippy::ptr_arg (#731) #2630

Workflow file for this run

name: Security audit
on:
pull_request:
paths:
- 'Cargo.toml'
- '**/Cargo.toml'
# Bors related branches
push:
branches:
- master
- staging
- trying
schedule:
- cron: '0 0 * * *'
permissions: read-all
jobs:
security_audit:
name: Rustsec Audit
runs-on: ubuntu-latest
permissions:
# Allow the action to post about found problems
issues: write
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/audit@v1