From db975fe201b6589643917be8643e97132f002077 Mon Sep 17 00:00:00 2001 From: "Enot (ded) Skelly" Date: Mon, 8 Jun 2026 16:48:56 -0700 Subject: [PATCH] fix: temp disable codeql not available on free private repos --- .github/workflows/codeql.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index c3d68e8..a45259d 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -11,6 +11,7 @@ on: jobs: analyze: + if: false # remove after public release and enabled on repo name: Analyze runs-on: ubuntu-latest permissions: