Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
photostructure
/
vscode-windows-registry
Public
forked from
microsoft/vscode-windows-registry
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Actions: photostructure/vscode-windows-registry
Actions
All workflows
Workflows
Build & Prepare Release
Build & Prepare Release
Lint CI workflows
Lint CI workflows
Stage npm Release
Stage npm Release
Show more workflows...
Management
Caches
All workflows
All workflows
Actions
Loading...
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
will be ignored since log searching is not yet available
Showing runs from all workflows
will be ignored since log searching is not yet available
43 workflow runs
43 workflow runs
Workflow
Filter by Workflow
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching workflows.
Event
Filter by Event
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching events.
Status
Filter by Status
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching statuses.
Branch
Filter by Branch
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching branches.
Actor
Filter by Actor
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching users.
Stage v2.0.2
Stage npm Release
#4:
Manually run by
github-actions
Bot
3m 50s
v2.0.2
v2.0.2
3m 50s
View workflow file
Release - patch
Build & Prepare Release
#30:
Manually run by
mceachen
3m 48s
main
main
3m 48s
View workflow file
ci(publish.yaml): admit install.cjs to the package boundary
Lint CI workflows
#9:
Commit
dd81d32
pushed by
mceachen
11s
main
main
11s
View workflow file
Build - ci(publish.yaml): admit install.cjs to the package boundary The pack job diffs npm pack's file list against a hardcoded allowlist, so shipping install.cjs in f8ac7bf made it reject the tarball. Staging for v2.0.1 stopped there and nothing reached npm. workflow_dispatch runs the workflow from the dispatched ref, so v2.0.1 cannot be restaged against the corrected list. Per RELEASE.md the tag stays put and the fix ships as 2.0.2.
Build & Prepare Release
#29:
Commit
dd81d32
pushed by
mceachen
4m 31s
main
main
4m 31s
View workflow file
Stage v2.0.1
Stage npm Release
#3:
Manually run by
github-actions
Bot
3m 31s
v2.0.1
v2.0.1
3m 31s
View workflow file
Release - patch
Build & Prepare Release
#28:
Manually run by
mceachen
6m 12s
main
main
6m 12s
View workflow file
fix(install.cjs): skip the native build where the binding is never lo…
Lint CI workflows
#8:
Commit
f8ac7bf
pushed by
mceachen
11s
main
main
11s
View workflow file
Build - fix(install.cjs): skip the native build where the binding is never loaded lib/index.ts loads the addon only when process.platform === "win32", so running node-gyp-build anywhere else compiled something nothing would load, and failed outright wherever node-gyp was not on PATH. That stayed hidden because pnpm 11 exposed its own bundled node-gyp to lifecycle scripts. pnpm 12 stopped, so the wasted build became ERR_PNPM_EXECUTOR_LIFECYCLE_SCRIPT_FAILED and broke installs on macOS and Linux. The in...
Build & Prepare Release
#27:
Commit
f8ac7bf
pushed by
mceachen
3m 37s
main
main
3m 37s
View workflow file
Stage v2.0.0
Stage npm Release
#2:
Manually run by
github-actions
Bot
3m 42s
v2.0.0
v2.0.0
3m 42s
View workflow file
Release - major
Build & Prepare Release
#26:
Manually run by
mceachen
3m 25s
main
main
3m 25s
View workflow file
chore(changelog): update changelog for version 2.0.0 release
Lint CI workflows
#7:
Commit
29d265e
pushed by
mceachen
14s
main
main
14s
View workflow file
Build - chore(changelog): update changelog for version 2.0.0 release
Build & Prepare Release
#25:
Commit
29d265e
pushed by
mceachen
2m 56s
main
main
2m 56s
View workflow file
Build - fix(native): harden the ABI boundary and prove it under AddressSanitizer Bad input reaching the addon could produce garbage instead of an error: UTF-8/UTF-16 conversion failures were silently swallowed and returned as empty strings, embedded null characters truncated paths so a lookup could silently target a different key, and a registry handle leaked on any error path between opening and closing it. Conversions now reject invalid encodings, arguments containing a null character throw, an unkno...
Build & Prepare Release
#24:
Commit
16045d7
pushed by
mceachen
3m 53s
main
main
3m 53s
View workflow file
fix(native): harden the ABI boundary and prove it under AddressSanitizer
Lint CI workflows
#6:
Commit
16045d7
pushed by
mceachen
18s
main
main
18s
View workflow file
build: rebuild the dev toolchain on node-gyp and Node built-ins
Lint CI workflows
#5:
Commit
dc50d9d
pushed by
mceachen
19s
main
main
19s
View workflow file
Build - build: rebuild the dev toolchain on node-gyp and Node built-ins Mocha and prebuildify each dragged in a large dependency tree to do what Node and node-gyp now do natively, and the old build script silently reused a stale .node file whenever one already existed. Native builds now drive node-gyp directly, always rebuild, and accept --analyze and --sanitize profiles. A new verifier parses the emitted PE and fails the build unless the binary actually carries HIGH_ENTROPY_VA, DYNAMIC_BASE, NX_COMPAT...
Build & Prepare Release
#23:
Commit
dc50d9d
pushed by
mceachen
2m 14s
main
main
2m 14s
View workflow file
Stage v1.2.0
Stage npm Release
#1:
Manually run by
github-actions
Bot
3m 20s
v1.2.0
v1.2.0
3m 20s
View workflow file
Release - minor
Build & Prepare Release
#22:
Manually run by
mceachen
3m 52s
main
main
3m 52s
View workflow file
Build - fix(ci): test supported Node releases
Build & Prepare Release
#21:
Commit
0fbcec4
pushed by
mceachen
3m 58s
main
main
3m 58s
View workflow file
fix(ci): test supported Node releases
Lint CI workflows
#4:
Commit
0fbcec4
pushed by
mceachen
8s
main
main
8s
View workflow file
Build - fix(ci): run matrix tests through tsx
Build & Prepare Release
#20:
Commit
f1aba3a
pushed by
mceachen
3m 54s
main
main
3m 54s
View workflow file
fix(ci): run matrix tests through tsx
Lint CI workflows
#3:
Commit
f1aba3a
pushed by
mceachen
10s
main
main
10s
View workflow file
chore(deps): add cooldown-aware preflight
Lint CI workflows
#2:
Commit
ed7087c
pushed by
mceachen
21s
main
main
21s
View workflow file
Build - chore(deps): add cooldown-aware preflight
Build & Prepare Release
#19:
Commit
ed7087c
pushed by
mceachen
3m 22s
main
main
3m 22s
View workflow file
Build - ci(release): stage verified native package behind 2FA
Build & Prepare Release
#18:
Commit
0797fed
pushed by
mceachen
3m 24s
main
main
3m 24s
View workflow file
Previous
1
2
Next
You can’t perform that action at this time.