Skip to content

build(deps): bump actions/checkout from 4 to 7 - #7

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/actions/checkout-7
Open

build(deps): bump actions/checkout from 4 to 7#7
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/actions/checkout-7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown

Bumps actions/checkout from 4 to 7.

Release notes

Sourced from actions/checkout's releases.

v7.0.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v6.0.3...v7.0.0

v6.0.3

What's Changed

New Contributors

Full Changelog: actions/checkout@v6...v6.0.3

v6.0.2

What's Changed

Full Changelog: actions/checkout@v6.0.1...v6.0.2

v6.0.1

What's Changed

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

v6.0.0

What's Changed

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

v7.0.0

v6.0.3

v6.0.2

v6.0.1

v6.0.0

v5.0.1

v5.0.0

v4.3.1

v4.3.0

v4.2.2

v4.2.1

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 22, 2026
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/actions/checkout-7 branch from 385c29d to dd18083 Compare July 12, 2026 15:46
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4...v7)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/actions/checkout-7 branch from dd18083 to 7fea12b Compare July 13, 2026 07:07
ezpl added a commit that referenced this pull request Jul 15, 2026
Audit findings from issue #30 (0z00z0/HyperVManagerTray):

- (HIGH #1) A graceful Shutdown that the guest cancels/hangs stayed in the
  Running phase forever, disabling the card's buttons for good. Dashboard
  now ages the overlay out after a ~2 min deadline (VmStateUi.ShutdownDeadline)
  via a per-VM _opSince timestamp, re-enabling the buttons.

- (HIGH #2) Tray VM-Power submenu now filters items by the VM's current
  state (VmService exposes GetCachedStatusesSync; verbs come from
  VmStateUi.AllowedVerbs), and a Failed power outcome is surfaced as a tray
  balloon (App.OnVmOperationFailed) when the dashboard isn't visible.

- (MED #3) A transitional state (Saving/Stopping/Starting/Pausing/Resuming/
  Snapshotting) now maps to a distinct VmStateUi.Shape.Transition that
  renders no power buttons on the dashboard card and a disabled hint in the
  tray; the state watcher rebuilds the card when the transition lands.

- (MED #4) A dead WMI watcher / broken scope now self-recovers:
  VmService.RecoverWatcher disposes the watcher, nulls the scope, and
  re-runs EnsureScope+StartWatcher with escalating backoff, triggered by the
  watcher's Stopped event or N consecutive RefreshCore failures.

- (MED-LOW #5) TriggerRefresh no longer drops a 2nd event that arrives
  mid-refresh: a _refreshPending flag makes the in-flight pass run once more,
  with a tail-race re-trigger.

- (LOW #6) Start & Connect now aborts the vmconnect launch when the Start
  actually fails: WaitUntilRunningAsync returns StartReadiness
  (Running/Failed/Timeout) by also watching OperationProgress; a timeout
  still connects (vmconnect tolerates a booting VM).

- (LOW #7) A sticky "Failed:" overlay ages out after ~45 s
  (VmStateUi.FailedOverlayLifetime), same _opSince mechanism as #1.

New pure Helpers/VmStateUi.cs (shape mapping, allowed verbs, overlay-expiry
deadlines) with unit tests. Also moved VmService watcher COM Start/Stop off
the UI thread as part of the shared #29/#30 threading pass.

Power/state changes need Espen's live validation.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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