From: Remi Gacogne Date: Thu, 25 Sep 2025 14:43:39 +0000 (+0200) Subject: Also run `cargo audit` when the dependencies are updated X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=894100e8fa7c52db2525ec96a0617dd84b78a7c0;p=thirdparty%2Fpdns.git Also run `cargo audit` when the dependencies are updated Signed-off-by: Remi Gacogne --- diff --git a/.github/workflows/daily-rust-audit.yml b/.github/workflows/daily-rust-audit.yml index e3bc51bdb7..ac884a6fbc 100644 --- a/.github/workflows/daily-rust-audit.yml +++ b/.github/workflows/daily-rust-audit.yml @@ -2,6 +2,10 @@ name: Security audit of Rust dependencies on: schedule: - cron: '0 0 * * *' + push: + paths: + - '**/Cargo.toml' + - '**/Cargo.lock' permissions: contents: read