Skip to content

ref(core): Remove dead code and clean up visibility (#724) #85

ref(core): Remove dead code and clean up visibility (#724)

ref(core): Remove dead code and clean up visibility (#724) #85

Workflow file for this run

# Copied from Luca Palmieri's gist here: https://gist.github.com/LukeMathWalker/5ae1107432ce283310c3e601fac915f3
name: Security Audit
on:
schedule:
- cron: "0 0 * * *"
push:
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"
permissions:
contents: read
jobs:
security_audit:
runs-on: blacksmith-4vcpu-ubuntu-2404
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Install cargo-deny
uses: taiki-e/install-action@328a871ad8f62ecac78390391f463ccabc974b72 # v2.69.9
with:
tool: cargo-deny
- name: Scan for Vulnerabilities
run: cargo deny check advisories