Skip to content

chore(flake/nixpkgs): b681ff2c -> ed45d51f #1245

chore(flake/nixpkgs): b681ff2c -> ed45d51f

chore(flake/nixpkgs): b681ff2c -> ed45d51f #1245

Workflow file for this run

on:
push:
branches:
- main
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"
- "**/*.nix"
- "flake.lock"
name: Cargo Audit
concurrency:
group: ${{ github.repository }}-${{ github.head_ref || github.sha }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
security-audit:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-latest
- macos-10.15
- macos-11
- windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}