From 9bc018758e5c4775c96d7ec982a375a66a3c21d9 Mon Sep 17 00:00:00 2001 From: jdx <216188+jdx@users.noreply.github.com> Date: Tue, 12 May 2026 14:20:57 +0000 Subject: [PATCH] chore(ci): add zizmor workflow for github actions security analysis --- .github/workflows/zizmor.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/zizmor.yml diff --git a/.github/workflows/zizmor.yml b/.github/workflows/zizmor.yml new file mode 100644 index 0000000..a83ac7c --- /dev/null +++ b/.github/workflows/zizmor.yml @@ -0,0 +1,19 @@ +name: zizmor +on: + push: + branches: [main] + pull_request: + paths: ['.github/workflows/**'] + +permissions: {} + +jobs: + zizmor: + runs-on: ubuntu-latest + permissions: + contents: read + steps: + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + with: + persist-credentials: false + - uses: zizmorcore/zizmor-action@b1d7e1fb5de872772f31590499237e7cce841e8e # v0.5.3