Skip to content

chore(deps): bump mozilla-actions/sccache-action from 0.0.6 to 0.0.7 … #13

chore(deps): bump mozilla-actions/sccache-action from 0.0.6 to 0.0.7 …

chore(deps): bump mozilla-actions/sccache-action from 0.0.6 to 0.0.7 … #13

Workflow file for this run

name: Audit Rust Dependencies
on:
push:
branches:
- main
pull_request:
jobs:
audit:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Install cargo-audit
run: cargo install cargo-audit
- name: Run cargo audit
run: cargo audit