fix(ci): mark CodeQL continue-on-error (advisory only) — closes #156

This commit is contained in:
claude-ceo-assistant 2026-05-07 17:26:52 +00:00
parent 51ea86e3ec
commit b73d3bfff2

View File

@ -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