From b73d3bfff2ad9ac4fd3c4cf9ef41016051ae7fc4 Mon Sep 17 00:00:00 2001 From: claude-ceo-assistant Date: Thu, 7 May 2026 17:26:52 +0000 Subject: [PATCH] =?UTF-8?q?fix(ci):=20mark=20CodeQL=20continue-on-error=20?= =?UTF-8?q?(advisory=20only)=20=E2=80=94=20closes=20#156?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/codeql.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 3a7939e8..656b720e 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -43,6 +43,9 @@ permissions: jobs: analyze: name: Analyze (${{ matrix.language }}) + # CodeQL set to advisory (non-blocking) on Gitea Actions — Hongming dec'''n 2026-05-07 (#156). + # Findings still emit as SARIF artifacts; failing CodeQL run does not block PR merge. + continue-on-error: true runs-on: ubuntu-latest timeout-minutes: 45