Skip to content

build(deps): bump tempfile from 3.10.1 to 3.12.0 #416

build(deps): bump tempfile from 3.10.1 to 3.12.0

build(deps): bump tempfile from 3.10.1 to 3.12.0 #416

Workflow file for this run

name: Security audit
on:
push:
branches:
- master
tags:
- "v*"
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
pull_request:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
workflow_dispatch:
branches:
- master
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}