From cf6a89e1613c4d38a2a664e314f741d0aa9e8ff6 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 16 Feb 2025 16:55:44 +0100 Subject: [PATCH] chore: use zizmor to scan actions for security problems --- .pre-commit-config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2c284eb6f..dd58cfa38 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -67,3 +67,9 @@ repos: - id: codespell additional_dependencies: - tomli + + # Ensure github actions remain safe + - repo: https://github.com/woodruffw/zizmor-pre-commit + rev: v1.3.1 + hooks: + - id: zizmor