Skip to content

Bump actions/checkout from 4 to 6 - #7

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/checkout-6
Closed

Bump actions/checkout from 4 to 6#7
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/checkout-6

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps actions/checkout from 4 to 6.

Release notes

Sourced from actions/checkout's releases.

v6.0.0

What's Changed

Full Changelog: actions/checkout@v5.0.0...v6.0.0

v6-beta

What's Changed

Updated persist-credentials to store the credentials under $RUNNER_TEMP instead of directly in the local git config.

This requires a minimum Actions Runner version of v2.329.0 to access the persisted credentials for Docker container action scenarios.

v5.0.1

What's Changed

Full Changelog: actions/checkout@v5...v5.0.1

v5.0.0

What's Changed

⚠️ Minimum Compatible Runner Version

v2.327.1
Release Notes

Make sure your runner is updated to this version or newer to use this release.

Full Changelog: actions/checkout@v4...v5.0.0

v4.3.1

What's Changed

Full Changelog: actions/checkout@v4...v4.3.1

v4.3.0

What's Changed

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

V6.0.0

V5.0.1

V5.0.0

V4.3.1

V4.3.0

v4.2.2

v4.2.1

v4.2.0

v4.1.7

v4.1.6

v4.1.5

... (truncated)

Commits

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 [actions/checkout](https://github.com/actions/checkout) from 4 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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.

@coveralls

Copy link
Copy Markdown

Pull Request Test Coverage Report for Build 19639542141

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 2 unchanged lines in 2 files lost coverage.
  • Overall coverage increased (+0.02%) to 41.651%

Files with Coverage Reduction New Missed Lines %
extensions/notebook/src/book/bookTreeView.ts 1 36.91%
extensions/sql-database-projects/src/tools/netcoreTool.ts 1 53.09%
Totals Coverage Status
Change from base Build 16599190996: 0.02%
Covered Lines: 30799
Relevant Lines: 69189

💛 - Coveralls

drzo added a commit that referenced this pull request Aug 1, 2026
ECH-2: Azure Data Studio ↔ ZoneCog/AtomSpace integration (bridge + UI)
drzo added a commit that referenced this pull request Aug 1, 2026
…e 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>
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 #16.

@dependabot dependabot Bot closed this Aug 1, 2026
@dependabot
dependabot Bot deleted the dependabot/github_actions/actions/checkout-6 branch August 1, 2026 06:51
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.

1 participant