Skip to content

Bump interprocess from 2.1.0 to 2.2.0 (#13178) #2733

Bump interprocess from 2.1.0 to 2.2.0 (#13178)

Bump interprocess from 2.1.0 to 2.2.0 (#13178) #2733

Workflow file for this run

name: Security audit
on:
pull_request:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
push:
branches:
- main
env:
RUST_BACKTRACE: 1
CARGO_TERM_COLOR: always
CLICOLOR: 1
jobs:
security_audit:
runs-on: ubuntu-latest
# Prevent sudden announcement of a new advisory from failing ci:
continue-on-error: true
steps:
- uses: actions/[email protected]
- uses: rustsec/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}