Skip to content

fix: CI hardening — remove dep-review, add workflow_dispatch, fix CODEOWNERS#131

Merged
humanity4ai merged 1 commit into
mainfrom
fix/ci-hardening
May 27, 2026
Merged

fix: CI hardening — remove dep-review, add workflow_dispatch, fix CODEOWNERS#131
humanity4ai merged 1 commit into
mainfrom
fix/ci-hardening

Conversation

@humanity4ai

Copy link
Copy Markdown
Owner

Fixes CI failures and hardens workflows:

Fixed

  • Removed dependency-review.yml: Dependency graph not enabled on repo (irrecoverable error). Dependabot alerts in Security tab provide equivalent CVE notification.
  • CODEOWNERS: Removed stale development branch references (branch deleted in commit 3462e95)
  • Coverage: AGENTS.md aligned with vitest.config (83% branches, engine excluded pending T6b)

Added

  • workflow_dispatch on ci.yml and codeql.yml (manual re-run capability)
  • permissions: contents: read on ci.yml (minimum privilege)

Verified

  • Type check passes
  • 236 tests pass
  • 10 eval checks pass

…EOWNERS

- Remove dependency-review.yml (Dependency graph not enabled on repo)
- Add workflow_dispatch to ci.yml and codeql.yml
- Add permissions: contents: read to ci.yml
- Fix CODEOWNERS: remove stale development branch references
- Align AGENTS.md coverage threshold with vitest.config (83%)
- All 236 tests pass, 10 eval checks pass, type check clean

@simonplmak-cloud simonplmak-cloud left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

CI hardening complete. All checks pass locally.

@humanity4ai humanity4ai merged commit c74dcaa into main May 27, 2026
2 checks passed
@humanity4ai humanity4ai deleted the fix/ci-hardening branch May 27, 2026 03:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants