From e90415d61efd508e0fb8890401cf7536e504c802 Mon Sep 17 00:00:00 2001 From: Jure Rotar Date: Tue, 19 May 2026 09:53:09 +0200 Subject: [PATCH] chore: added zizmor to GH Actions ci workflow --- .github/workflows/ci.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 37062d8..e59b48a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,6 +51,20 @@ jobs: - name: Run format check run: npx oxfmt . --check + zizmor: + name: Zizmor GitHub Actions check + runs-on: ubuntu-latest + permissions: + security-events: write + steps: + - name: Checkout repository + uses: actions/checkout@v6 + with: + persist-credentials: false + + - name: Run zizmor + uses: zizmorcore/zizmor-action@v0.5.3 + test-browser: name: Run browser tests runs-on: ubuntu-latest