Skip to content

Remove verbose "All pinned actions are up to date" message from stderr#13350

Closed
Copilot wants to merge 3 commits intomainfrom
copilot/remove-console-log-message
Closed

Remove verbose "All pinned actions are up to date" message from stderr#13350
Copilot wants to merge 3 commits intomainfrom
copilot/remove-console-log-message

Conversation

Copy link
Contributor

Copilot AI commented Feb 2, 2026

The action SHA validation was printing a verbose message to stderr when all pinned actions were up to date, adding noise to the compilation output.

Changes

  • Removed stderr output in ValidateActionSHAsInLockFile() when all actions are current
  • Debug logger message remains available via DEBUG=workflow:action_sha_checker
// Before: printed to stderr in verbose mode
if verbose {
    fmt.Fprintln(os.Stderr, console.FormatVerboseMessage("All pinned actions are up to date"))
}

// After: only in debug logger (already present)
actionSHACheckerLog.Print("All actions are up to date")

Users see cleaner output; developers still have debug visibility when needed.

Original prompt

The message below should be removed and only added to the debug logger.

All pinned actions are up to date

Custom agent used: agentic-workflows
GitHub Agentic Workflows (gh-aw) - Create, debug, and upgrade AI-powered workflows with intelligent prompt routing


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI and others added 2 commits February 3, 2026 00:04
… user output

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Remove console log for pinned actions status Remove verbose "All pinned actions are up to date" message from stderr Feb 3, 2026
Copilot AI requested a review from pelikhan February 3, 2026 00:13
@pelikhan pelikhan closed this Feb 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants