chore: remove dead files and duplicate workflows

- Delete build-setup.sh (empty shell script)
- Delete docker-build.sh (empty shell script)
- Delete .github/workflows/codeql.yaml (duplicate, keeping codeql.yml)
- Delete issues/ directory (3 markdown files)
- Update SECURITY_AUDIT.md to remove completed task about consolidating CodeQL workflows
- Update docs/archive/ANALYSIS_SUMMARY.md to reference codeql.yml instead of codeql.yaml

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-02-08 17:02:11 +00:00
parent 94bd46fabe
commit b3b74adb45
8 changed files with 1 additions and 199 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ tests/
- ✅ Added Bandit security scanning
- ✅ Improved linting configuration (line length: 120)
**New codeql.yaml:**
**New codeql.yml:**
- ✅ Security scanning for Python and JavaScript
- ✅ Scheduled weekly scans
- ✅ Runs on PRs and main branch pushes