Skip to content

Release cipherscope 0.3.0 #10

Release cipherscope 0.3.0

Release cipherscope 0.3.0 #10

Workflow file for this run

name: Dependency audit
on:
push:
branches: [main]
pull_request:
schedule:
- cron: '21 9 * * 1'
workflow_dispatch:
permissions:
contents: read
jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: dtolnay/rust-toolchain@d1031067263f94b142dd6c0ce24c5eb9d02d52a0 # master
with:
toolchain: stable
- uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2.9.2
with:
key: cargo-audit
- run: cargo install cargo-audit --version 0.22.2 --locked
- run: cargo audit --deny warnings