Skip to content

Comments

Remove auto-generated CodeQL symlink#964

Closed
Mossaka wants to merge 1 commit intomainfrom
fix/remove-codeql-symlink
Closed

Remove auto-generated CodeQL symlink#964
Mossaka wants to merge 1 commit intomainfrom
fix/remove-codeql-symlink

Conversation

@Mossaka
Copy link
Collaborator

@Mossaka Mossaka commented Feb 19, 2026

Summary

  • Remove _codeql_detected_source_root, a symlink to . that was auto-generated by CodeQL analysis and accidentally committed
  • The CodeQL workflow (codeql.yml) does not depend on this file being checked in — it creates it at runtime if needed

Test plan

  • Verify the symlink is not referenced anywhere in the codebase
  • Confirm CodeQL workflow still passes after merge

🤖 Generated with Claude Code

_codeql_detected_source_root is a symlink to "." that was auto-generated
by CodeQL analysis and accidentally committed. The CodeQL workflow does
not depend on this file being checked in.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings February 19, 2026 01:49
@github-actions
Copy link
Contributor

github-actions bot commented Feb 19, 2026

📰 VERDICT: Smoke Copilot has concluded. All systems operational. This is a developing story. 🎤

@github-actions
Copy link
Contributor

github-actions bot commented Feb 19, 2026

🎬 THE ENDSmoke Claude MISSION: ACCOMPLISHED! The hero saves the day! ✨

@github-actions
Copy link
Contributor

github-actions bot commented Feb 19, 2026

✨ The prophecy is fulfilled... Smoke Codex has completed its mystical journey. The stars align. 🌟

@github-actions
Copy link
Contributor

✅ Coverage Check Passed

Overall Coverage

Metric Base PR Delta
Lines 82.30% 82.45% 📈 +0.15%
Statements 82.23% 82.37% 📈 +0.14%
Functions 82.74% 82.74% ➡️ +0.00%
Branches 74.46% 74.55% 📈 +0.09%
📁 Per-file Coverage Changes (1 files)
File Lines (Before → After) Statements (Before → After)
src/docker-manager.ts 83.2% → 83.8% (+0.55%) 82.5% → 83.0% (+0.54%)

Coverage comparison generated by scripts/ci/compare-coverage.ts

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR removes an auto-generated CodeQL analysis artifact that was accidentally committed to the repository. The _codeql_detected_source_root file is a symlink to the current directory (.) that CodeQL creates during analysis and should not be version controlled.

Changes:

  • Removed _codeql_detected_source_root symlink file
Comments suppressed due to low confidence (1)

_codeql_detected_source_root:1

  • Consider adding _codeql_detected_source_root to .gitignore to prevent this auto-generated file from being accidentally committed in the future. This file is created by the CodeQL analysis action at runtime and should not be version controlled.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@github-actions
Copy link
Contributor

Node.js Build Test Results

Project Install Tests Status
clsx PASS PASS
execa PASS PASS
p-limit PASS PASS

Overall: PASS

All Node.js projects built and tested successfully.

AI generated by Build Test Node.js

@github-actions
Copy link
Contributor

Deno Build Test Results

Project Tests Status
oak 1/1 ✅ PASS
std 1/1 ✅ PASS

Overall: ✅ PASS

All Deno tests completed successfully.

AI generated by Build Test Deno

@github-actions
Copy link
Contributor

Go Build Test Results

Project Download Tests Status
color 1/1 PASS
env 1/1 PASS
uuid 1/1 PASS

Overall: PASS

All Go projects successfully downloaded dependencies and passed their tests.

AI generated by Build Test Go

@github-actions
Copy link
Contributor

C++ Build Test Results

Project CMake Build Status
fmt PASS
json PASS

Overall: PASS

All C++ projects built successfully.

AI generated by Build Test C++

@github-actions
Copy link
Contributor

Bun Build Test Results

Project Install Tests Status
elysia 1/1 PASS
hono 1/1 PASS

Overall: PASS

All Bun projects built and tested successfully.

AI generated by Build Test Bun

@github-actions
Copy link
Contributor

Smoke Test Results

Last 2 merged PRs:

Results:

  • ✅ GitHub MCP
  • ✅ Playwright (page title: "GitHub · Change is constant. GitHub keeps you ahead.")
  • ✅ File Writing
  • ✅ Bash Tool

Status: PASS

AI generated by Smoke Claude

@github-actions
Copy link
Contributor

Smoke Test Results

Last 2 Merged PRs:

Tests:

  • ✅ GitHub MCP: Retrieved merged PRs
  • ✅ Playwright: GitHub page title verified
  • ✅ File Write: Test file created successfully
  • ✅ Bash Tool: File read verified

Status: PASS 🎉

cc @Mossaka

AI generated by Smoke Copilot

@github-actions
Copy link
Contributor

Java Build Test Results

Project Compile Tests Status
gson 1/1 PASS
caffeine 1/1 PASS

Overall: PASS

All Java projects compiled successfully and all tests passed.

AI generated by Build Test Java

@github-actions
Copy link
Contributor

Build Test: Rust - Results

Project Build Tests Status
fd 1/1 PASS
zoxide 1/1 PASS

Overall: PASS

All Rust projects built and tested successfully.

AI generated by Build Test Rust

@github-actions
Copy link
Contributor

Merged PRs:
docs: add api-proxy image publishing details to release guide
feat(api-proxy): centralize port configuration in types.ts
Tests: GitHub MCP merged PRs ✅; safeinputs-gh PR list ✅; Playwright title ✅
Tests: Tavily search ❌; File write ✅; Bash cat ✅
Tests: Discussion comment ✅; Build npm ci && npm run build ✅
Overall status: FAIL

AI generated by Smoke Codex

@Mossaka Mossaka closed this Feb 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant