Skip to content
This repository was archived by the owner on Jun 23, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Encrypted Dashboard Data Size And Side Channels

Status: current for action `v0.21.0`.
Status: current for action `v0.22.0`.

Encrypted hosted dashboards protect dashboard contents from viewers without `DASHBOARD_SECRET_DO_NOT_REPLACE`, but they do not make the publication opaque.

Expand Down
2 changes: 1 addition & 1 deletion docs/architecture/PRIVACY_CONFIGURATION_MATRIX.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Reponomics Privacy Configuration Matrix

Status: current for action `v0.21.0`.
Status: current for action `v0.22.0`.

Repository visibility and Reponomics privacy mode are separate concepts. Repository visibility controls who can read the repository. `privacy-mode` controls how retained artifacts and hosted dashboard output are stored.

Expand Down
2 changes: 1 addition & 1 deletion docs/architecture/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Reponomics Architecture Docs

Status: current docs are aligned with the action `v0.21.0` contract.
Status: current docs are aligned with the action `v0.22.0` contract.

Active architecture docs:

Expand Down
2 changes: 1 addition & 1 deletion docs/architecture/VERSIONING_AND_UPDATES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Reponomics Versioning And Update Policy

Status: current for action `v0.21.0` and pre-v1 template hardening.
Status: current for action `v0.22.0` and pre-v1 template hardening.

Reponomics has two update channels:

Expand Down
1 change: 1 addition & 0 deletions scripts/template_consumer_e2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ def build_config(mode):
"github_token": "ghp_runtime",
"dashboard_secret": profile["dashboard_secret"],
"dashboard_next_secret": "",
"comparison_secret": "",
"privacy_mode": profile["privacy_mode"],
"repo_is_public": profile["repo_is_public"],
"config_path": consumer_repo / "config.yaml",
Expand Down
8 changes: 4 additions & 4 deletions template-action-release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
schema_version: 1
repository: reponomics/reponomics-dashboard-action
tag: v0.21.0
target_commitish: 1f3615c057e7167ebb42426ccd9fc70136306dcd
release_url: https://github.com/reponomics/reponomics-dashboard-action/releases/tag/v0.21.0
published_at: "2026-06-09T19:02:41Z"
tag: v0.22.0
target_commitish: 10c1ee7a5419b64cc3e8504441fecd8bf93cadbc
release_url: https://github.com/reponomics/reponomics-dashboard-action/releases/tag/v0.22.0
published_at: "2026-06-11T00:42:32Z"
10 changes: 5 additions & 5 deletions template/docs/reponomics/.manifest.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"action_repository": "reponomics/reponomics-dashboard-action",
"action_version": "0.21.0",
"action_version": "0.22.0",
"files": {
"README.md": "7dfc06be0c35b0d514d0df45a9deead91e3a6413ef01af83d9ced08774661d4f",
"README.md": "3668f0f0c8f2a2e9cb9283f42ab810f8aa064291a23353834ebb4079c62589fb",
"configuration.md": "0700ce86a8fcf73dcbdff221b9a1601de287f3d816bebd34c02d0428f48b0803",
"faq.md": "baabaf3219b10a7c4e121d9d549551521212d2c1e46e58fe85a85fbbdbb5bd60",
"privacy-and-artifacts.md": "b3cb94622ccde942cdb73d8f7602cc9f192db66c4b8193c62cbe9d409d4c470b",
"privacy-configuration-matrix.md": "f9198760429781f9d7c9e4a8f98ad144f81e874c25c78c05a4abd3f36c1d1710",
"privacy-configuration-matrix.md": "41ffa9e8509997d5bfb342db9d1c29e8dd486c44df63689ca22acfd98eb0d833",
"provenance.md": "e4f40d83f63fef05a42259185bf742e9f2bb6169380fa0a037a00787345b7514",
"repository-guide.md": "6ae032fff0c9574f90c2cc40a6e62e37c3c1b8aa8ee41837cf62413d1e60edd1",
"secure-dashboard-key.md": "7b031f010518814aca28ccc0373c5ed6e3bbdad937a425bb695048ffc4408b7a",
"security.md": "bb33b2152d93f2967a08da35b01f1b0dc34b3903bcff6e4b485352c188605462",
"support.md": "b4be664591c9fdf5473fc9f176f7de4334106ca686c3a6cd2ac013fe1bf396cf",
"trust-boundary.md": "075aa272e1aacc70d6952d8931bd91b628730a6a0af56cb571c17359cfa81b9a",
"upgrade.md": "a2b98f87620e4da8b2acfd0abe17c8c0b344c20b50a3c8f143a56b832420cbeb"
"upgrade.md": "e15845df32f3b113d8977da84420d30a270f051c1e40293d29e06fb14bc90b24"
},
"managed_namespace": "docs/reponomics",
"schema_version": 1,
"updated_at": "2026-06-09T19:02:41Z"
"updated_at": "2026-06-11T00:42:32Z"
}
2 changes: 1 addition & 1 deletion template/docs/reponomics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
> [!WARNING]
> This directory is the default location for Reponomics managed documentation. If `allow_docs_sync` is `true`, local edits in `docs/reponomics/` may be overwritten automatically when docs sync runs. Set `allow_docs_sync: false` before editing if you want to own this directory manually.

Generated for Reponomics Dashboard Action 0.21.0.
Generated for Reponomics Dashboard Action 0.22.0.

Start here:

Expand Down
2 changes: 1 addition & 1 deletion template/docs/reponomics/privacy-configuration-matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
> [!WARNING]
> The Reponomics Dashboard template is currently in a pre-release public hardening phase. It is not intended for public use, and documentation in this managed-docs bundle should not be considered authoritative.

Status: current for action `0.21.0`.
Status: current for action `0.22.0`.

Repository visibility and Reponomics privacy mode are separate concepts. Repository visibility controls who can read the repository. `privacy-mode` controls how retained artifacts and hosted dashboard output are stored.

Expand Down
2 changes: 1 addition & 1 deletion template/docs/reponomics/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
> [!WARNING]
> The Reponomics Dashboard template is currently in a pre-release public hardening phase. It is not intended for public use, and documentation in this managed-docs bundle should not be considered authoritative.

This dashboard last received managed docs from Reponomics Dashboard Action 0.21.0.
This dashboard last received managed docs from Reponomics Dashboard Action 0.22.0.

If your workflow pins an exact action version such as `reponomics/reponomics-dashboard-action@v1.2.3`, you choose when to upgrade. If your workflow uses a floating major or minor ref such as `@v1`, a compatible Reponomics release can run in your repository without a workflow edit. Managed docs sync records that the newer action ran and that current local guidance is available.

Expand Down
Loading