From ef44739e840a965cdd81b57dfea1a5d95d9031b5 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Mon, 25 May 2026 12:40:26 +0100 Subject: [PATCH] ci: add zizmor check --- .github/workflows/ci.yml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54ad3fa..b3efdc3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,8 +35,16 @@ jobs: - name: ๐Ÿ’ช Test types run: pnpm test:types - # - name: ๐Ÿงช Test project - # run: pnpm test:unit -- --coverage + zizmor: + runs-on: ubuntu-latest + permissions: + contents: read + # SARIF upload to GitHub Advanced Security. GHAS is free on public repos + # once code scanning is enabled under Settings -> Code security. + security-events: write + steps: + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + with: + persist-credentials: false - # - name: ๐ŸŸฉ Coverage - # uses: codecov/codecov-action@v5 + - uses: zizmorcore/zizmor-action@5f14fd08f7cf1cb1609c1e344975f152c7ee938d # v0.5.6 -- 2.51.2