chore(ci): bump socket-registry actions to 13684cd8 (gh telemetry opt-out)#1262
Open
John-David Dalton (jdalton) wants to merge 1 commit intomainfrom
Open
chore(ci): bump socket-registry actions to 13684cd8 (gh telemetry opt-out)#1262John-David Dalton (jdalton) wants to merge 1 commit intomainfrom
John-David Dalton (jdalton) wants to merge 1 commit intomainfrom
Conversation
Picks up gh CLI telemetry opt-out (DO_NOT_TRACK=1, GH_TELEMETRY=0) from socket-registry's setup action.
Contributor
Author
|
bugbot run |
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit 16185f0. Configure here.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
SocketDev/socket-registry/.github/actions/*pins fromebf1b48fto13684cd8(the current propagation SHA).ghCLI telemetry viaDO_NOT_TRACK=1andGH_TELEMETRY=0, written to\$GITHUB_ENVin the sharedsetupcomposite action.Test plan
ghcalls no longer report telemetry — confirmable by the absence of the consent banner on fresh runners.Note
Medium Risk
Updates the pinned
SocketDev/socket-registrycomposite actions used across CI, publish, and weekly-update workflows, which could change runner setup behavior and impact builds/releases if the new action version has regressions.Overview
Updates GitHub workflows to use a newer pinned SHA for
SocketDev/socket-registry/.github/actions/*(notablysetup-and-install, plus git-signing setup/cleanup) across CI, publish (provenance.yml), and the weekly dependency update workflow.No application code changes; this only alters the underlying shared action implementation used during installs/signing, including the upstream change to disable
ghtelemetry via environment configuration.Reviewed by Cursor Bugbot for commit 16185f0. Configure here.