Skip to content

Bump coverallsapp/github-action from 2.3.6 to 2.3.7 - #8

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/coverallsapp/github-action-2.3.7
Closed

Bump coverallsapp/github-action from 2.3.6 to 2.3.7#8
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/coverallsapp/github-action-2.3.7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 24, 2025

Copy link
Copy Markdown
Contributor

Bumps coverallsapp/github-action from 2.3.6 to 2.3.7.

Release notes

Sourced from coverallsapp/github-action's releases.

v2.3.7

What's Changed

New Contributors

Full Changelog: coverallsapp/github-action@v2...v2.3.7

Commits
  • 5cbfd81 Fix fail-on-error to handle all installation and execution failures (#254)
  • e988b39 Update workflow to sync and verify release branch (#249)
  • e7f4f97 README.md: Use current actions/setup-node and LTS version of Node.js (#247)
  • See full diff in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.3.6 to 2.3.7.
- [Release notes](https://github.com/coverallsapp/github-action/releases)
- [Commits](coverallsapp/github-action@v2.3.6...v2.3.7)

---
updated-dependencies:
- dependency-name: coverallsapp/github-action
  dependency-version: 2.3.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Nov 24, 2025
@coderabbitai

coderabbitai Bot commented Nov 24, 2025

Copy link
Copy Markdown

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

drzo added a commit that referenced this pull request Aug 1, 2026
…tation

* ECH-1: ZoneCog adaptation - cognitive core, hypergraph store, membrane architecture

Addresses ECH-1 (parent), ECH-3, ECH-4, ECH-5:

Strategy & Roadmap (ECH-3, ECH-4):
- docs/ZONECOG_STRATEGY.md: Implementation strategy with membrane architecture
- docs/ZONECOG_ROADMAP.md: 5-phase development roadmap with actionable tasks

Enhanced Cognitive Protocol (ECH-5):
- IZoneCogService: Event emitters, hypergraph access, enhanced state
- ZoneCogService: Full 9-phase Zone-Cog thinking sequence
- HypergraphStore: EchoCog-standard HypergraphNode CRUD with salience
- CognitiveMembraneService: Cerebral/Somatic/Autonomic triad monitoring
- Updated DI registration with InstantiationType.Eager
- Updated Command Palette actions with membrane/hypergraph info

Python Bridge Fixes (PR #7 Copilot review):
- ImportError instead of broad Exception catch
- Absolute imports with __init__.py package structure
- GET /health instead of POST (REST convention)
- Consistent UUID handling via _node_uuid helper
- RowNode/ValueNode now properly added to nodes list

Tests:
- 10 ZoneCogService tests (phases, events, hypergraph persistence, load)
- 9 HypergraphStore tests (CRUD, salience, links)
- 5 CognitiveMembraneService tests (triads, health, errors, events)

Co-Authored-By: d@rzo.io <d@rzo.io>

* ECH-1: Fix Devin Review bugs - rename azure-integration to azure_integration, restore complexity classification

- Rename azure-integration/ to azure_integration/ so Python can import the
  package (hyphens are invalid in Python package names)
- Update doc references in ECH-2 design doc to match new directory name
- Restore hasComplexKeywords as standalone trigger for 'complex' classification
  in _assessQueryComplexity (regression from prior refactor broke test assertions)

Co-Authored-By: d@rzo.io <d@rzo.io>

* ECH-1: Remove stale registerSingleton call and clean up dead code in complexity logic

- Remove orphaned registerSingleton(IZoneCogService, ...) from
  workbench.common.main.ts (registration now lives in zonecog.contribution.ts)
- Remove unused hasMultipleClauses variable from _assessQueryComplexity
- Remove unreachable hasComplexKeywords from else-if branch (already caught
  in the if branch above)

Co-Authored-By: d@rzo.io <d@rzo.io>

* ECH-1: Deep-copy nodes and links in HypergraphStore to prevent internal state leaks

Add _cloneNode/_cloneLink static helpers that copy links[], outgoing[],
and metadata{} by value. Applied consistently in addNode, getNode,
updateNode, getNodesByType, getAllNodes, addLink, getLink, getLinksByType,
getLinksForNode, and getTopSalientNodes.

Co-Authored-By: d@rzo.io <d@rzo.io>

* ECH-1: Clone node before firing updateNode event to prevent internal state leak

Co-Authored-By: d@rzo.io <d@rzo.io>

---------

Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: d@rzo.io <d@rzo.io>
@dependabot @github

dependabot Bot commented on behalf of github Aug 1, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #19.

@dependabot dependabot Bot closed this Aug 1, 2026
@dependabot
dependabot Bot deleted the dependabot/github_actions/coverallsapp/github-action-2.3.7 branch August 1, 2026 06:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants