From 58b96e0c8b0162b12f8ea2477725bdca6e13f9b1 Mon Sep 17 00:00:00 2001 From: Carl Tashian Date: Tue, 3 Mar 2026 08:23:32 -0800 Subject: [PATCH] ci: remove zizmor and frizbee jobs from goCI.yml These are now handled by the dedicated actionci.yml reusable workflow. Repos call actionci.yml separately, so running them in goCI.yml was redundant and caused failures on private repos without GitHub Advanced Security. Co-Authored-By: Claude Opus 4.6 --- .github/workflows/goCI.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/goCI.yml b/.github/workflows/goCI.yml index 29e9530..632d39c 100644 --- a/.github/workflows/goCI.yml +++ b/.github/workflows/goCI.yml @@ -145,12 +145,6 @@ jobs: PAT: ${{ secrets.PAT }} CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} - zizmor: - uses: ./.github/workflows/zizmor.yml - - frizbee: - uses: ./.github/workflows/frizbee.yml - build: uses: ./.github/workflows/goBuild.yml if: inputs.run-build