Skip to content

Conversation

@AlexAxthelm
Copy link
Collaborator

@AlexAxthelm AlexAxthelm commented Feb 3, 2026

re-enables colophon with fewer details about build process exposed. Creates a UUID build ID, and exposes that.

NB: I would prefer if we changed the build ID to be GH workflow & run, rather than an opaque UUID (21628952838.1 instead of 6b5fff6a-445e-4e36-b6a8-6f9a0572cba4). This is mostly because GH build logs aren't searchable, so actually digging into the logs for a build means first working through all the possible relevant logs to figure out which one is correct.

@github-actions
Copy link

github-actions bot commented Feb 3, 2026

Expected version change and release notes:

1.11.0-dev.1 (v1.10.1-dev.6...colophon ) (2026-02-04T08:45 UTC)

Features

  • colophon: simplify (reduce) colophon elements (169253d)
  • footer: re-enable colophon for diagnostic info (4c7a874)

Build System

  • ci: Use GH Actions run number as build ID on CI (d16450a)

Continuous Integration and Delivery (CI/CD)

  • colophon: include build ID in build envvars (78332ec)

Refactors

  • build-id: Use UUID as build ID (d703246)

@github-actions
Copy link

github-actions bot commented Feb 3, 2026

Azure Static Web Apps: Your stage site is ready! Visit it here: https://proud-glacier-0f640931e-720.westus2.2.azurestaticapps.net

@AlexAxthelm AlexAxthelm marked this pull request as ready for review February 3, 2026 11:55
@AlexAxthelm AlexAxthelm self-assigned this Feb 3, 2026
@github-actions
Copy link

github-actions bot commented Feb 3, 2026

Azure Static Web Apps: Your stage site is ready! Visit it here: https://proud-glacier-0f640931e-720.westus2.2.azurestaticapps.net

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR re-enables the Colophon component with reduced build information exposure for security purposes. Instead of displaying detailed GitHub workflow information, build machine details, and git branch information, it now shows only essential build metadata including a newly generated UUID build ID.

Changes:

  • Reduced exposed build information from 4 sections (Build Info, Runtime Info, GitHub Build Info, Build Machine Info) to 2 sections (Build Info, Runtime Info)
  • Added UUID-based build ID generation in the GitHub workflow
  • Integrated Colophon component into Footer as a clickable trigger on the copyright text

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
src/components/Footer.tsx Integrates Colophon component with copyright text as trigger
src/components/Colophon.tsx Removes sensitive build fields and adds Build ID field while keeping essential build and runtime information
.github/workflows/node-build_release.yml Adds UUID generation step for build identification

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@github-actions
Copy link

github-actions bot commented Feb 3, 2026

Azure Static Web Apps: Your stage site is ready! Visit it here: https://proud-glacier-0f640931e-720.westus2.2.azurestaticapps.net

@github-actions
Copy link

github-actions bot commented Feb 4, 2026

Azure Static Web Apps: Your stage site is ready! Visit it here: https://proud-glacier-0f640931e-720.westus2.2.azurestaticapps.net

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