From 79e0492bec7e0c6e5f509efbe2d573e2f26b387c Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Sat, 25 Jul 2026 22:35:18 +0200 Subject: [PATCH] GitHub Code Security is not enabled on any of the private mirrors. --- .github/workflows/reusable-workflow-lint.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/reusable-workflow-lint.yml b/.github/workflows/reusable-workflow-lint.yml index 5be73442a006d..6ae6b0df10968 100644 --- a/.github/workflows/reusable-workflow-lint.yml +++ b/.github/workflows/reusable-workflow-lint.yml @@ -44,6 +44,8 @@ jobs: zizmor: name: Zizmor runs-on: ubuntu-24.04 + # GitHub Code Security is not enabled on any of the private mirrors. + if: ${{ github.event.repository.private == false }} permissions: security-events: write actions: read