From 79bc7ce3008f646a1b8bfe98c51f3b11cb1a1cfd Mon Sep 17 00:00:00 2001 From: Atish Jadhav Date: Fri, 24 Jul 2026 14:18:34 +0530 Subject: [PATCH 1/2] sample commit to run zizmor scan From 5f0f7c1bfee5166573e7d9d1501417846171fd93 Mon Sep 17 00:00:00 2001 From: Atish Jadhav Date: Fri, 24 Jul 2026 14:38:16 +0530 Subject: [PATCH 2/2] Change runner from private to public Ubuntu --- .github/workflows/scan-github-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scan-github-action.yml b/.github/workflows/scan-github-action.yml index 5ef6a90..1273151 100644 --- a/.github/workflows/scan-github-action.yml +++ b/.github/workflows/scan-github-action.yml @@ -12,7 +12,7 @@ permissions: {} jobs: zizmor: name: Scan repository contents - runs-on: cx-private-ubuntu-x64 + runs-on: cx-public-ubuntu-x64 permissions: contents: read steps: