From f28d9928577ff1a78f95ef30f43da95d8168bfd7 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 24 Aug 2026 09:11:02 +0000 Subject: [PATCH] docs(readme): remove stale CodeQL badge MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Both the badge image and its link target (`actions/workflows/codeql.yml`) point at a workflow that does not exist in this repository. Verified against the live workflow listing: 31 registered workflows, four `dynamic/*` entries (Copilot swe-agent, Copilot PR reviewer, Dependabot, Claude), and no `dynamic/github-code-scanning/codeql` — the shape CodeQL default setup registers when enabled, and the other four dynamic entries are the positive control proving the listing surfaces them. CodeQL was never set up here; the badge was false. Secret scanning (`.github/workflows/secret-scan.yml`) remains active and unaffected. Whether this repo should adopt CodeQL is a separate decision, out of scope for this fix. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_019b5UBNMtTzKbVtZZGvFuxe --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index b1890a1dae..a716c54e9a 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,6 @@ [![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) [![CI](https://github.com/objectstack-ai/objectui/workflows/CI/badge.svg)](https://github.com/objectstack-ai/objectui/actions/workflows/ci.yml) -[![CodeQL](https://github.com/objectstack-ai/objectui/workflows/CodeQL%20Security%20Scan/badge.svg)](https://github.com/objectstack-ai/objectui/actions/workflows/codeql.yml) [![TypeScript](https://img.shields.io/badge/TypeScript-5.0+-blue.svg)](https://www.typescriptlang.org/) [![React](https://img.shields.io/badge/React-18+-61dafb.svg)](https://reactjs.org/) [![Tailwind CSS](https://img.shields.io/badge/Tailwind-3.0+-38bdf8.svg)](https://tailwindcss.com/)