2 Commits

Author SHA1 Message Date
Dreaded_X 5543ee070c chore(deps): Update dependencies 2026-04-03 03:49:18 +02:00
Dreaded_X 0a49d70820 chore: Add audit workflow 2026-04-03 03:49:18 +02:00
+4
View File
@@ -4,6 +4,10 @@ on:
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
security_audit:
runs-on: ubuntu-latest