From 31ed9f51f46e338c8d3d850aa4e5e406008ea775 Mon Sep 17 00:00:00 2001 From: Chad Smith Date: Thu, 21 May 2026 11:19:52 -0600 Subject: [PATCH] ci: add zizmor workflow for workflow security --- .github/workflows/32-zizmor.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/workflows/32-zizmor.yml diff --git a/.github/workflows/32-zizmor.yml b/.github/workflows/32-zizmor.yml new file mode 100644 index 00000000000..9c7a5152921 --- /dev/null +++ b/.github/workflows/32-zizmor.yml @@ -0,0 +1,26 @@ +name: GitHub Actions Security Analysis with zizmor + +on: + push: + branches: ["main"] + pull_request: + branches: ["**"] + +permissions: {} + +jobs: + zizmor: + name: Run zizmor + runs-on: ubuntu-latest + permissions: + security-events: write # Required for upload-sarif (used by zizmor-action) to upload SARIF files. + contents: read # Only needed for private repos. Needed to clone the repo. + actions: read # Only needed for private repos. Needed for upload-sarif to read workflow run info. + steps: + - name: Checkout repository + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + with: + persist-credentials: false + + - name: Run zizmor + uses: zizmorcore/zizmor-action@5f14fd08f7cf1cb1609c1e344975f152c7ee938d # v0.5.6