feat(ci): use cargo deny instead of cargo audit (#41)

This commit is contained in:
Hubert
2025-02-27 17:41:45 +01:00
committed by GitHub
parent cca6efd831
commit b334b5d891
3 changed files with 25 additions and 20 deletions
+16
View File
@@ -0,0 +1,16 @@
# This workflow will run `cargo-deny`, checking for dependency issues related to licensing, known vulnerabilities, and more.
# The configuration file is in [deny.toml](../../deny.toml).
name: Cargo Deny
on:
push:
branches:
- master
pull_request:
merge_group:
jobs:
cargo-deny:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: EmbarkStudios/cargo-deny-action@v2