From 0a3075e7b40512e5c7bb20b2ce49773367188183 Mon Sep 17 00:00:00 2001 From: Lansana Camara Date: Tue, 26 May 2026 10:22:13 -0500 Subject: [PATCH] ci: add zizmor workflow --- .github/workflows/zizmor.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 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..1d45775 --- /dev/null +++ b/.github/workflows/zizmor.yml @@ -0,0 +1,26 @@ +name: Zizmor + +on: + push: + branches: [ main ] + pull_request: + branches: [ main ] + +permissions: + security-events: write + contents: read + +jobs: + zizmor: + name: Run zizmor + runs-on: ubuntu-latest + permissions: + security-events: write + steps: + - name: Checkout repository + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + with: + persist-credentials: false + + - name: Run zizmor + uses: zizmorcore/zizmor-action@195d10ad90f31d8cd6ea1efd6ecc12969ddbe73f # v0.5.1 \ No newline at end of file