Skip to content

Commit fb39b4a

Browse files
deps(action): bump reponomics-dashboard-action to v0.22.1
1 parent 269f4be commit fb39b4a

9 files changed

Lines changed: 16 additions & 16 deletions

docs/architecture/ENCRYPTED_PAYLOAD_SIZE_AND_SIDE_CHANNELS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Encrypted Dashboard Data Size And Side Channels
22

3-
Status: current for action `v0.22.0`.
3+
Status: current for action `v0.22.1`.
44

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

docs/architecture/PRIVACY_CONFIGURATION_MATRIX.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Reponomics Privacy Configuration Matrix
22

3-
Status: current for action `v0.22.0`.
3+
Status: current for action `v0.22.1`.
44

55
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.
66

docs/architecture/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Reponomics Architecture Docs
22

3-
Status: current docs are aligned with the action `v0.22.0` contract.
3+
Status: current docs are aligned with the action `v0.22.1` contract.
44

55
Active architecture docs:
66

docs/architecture/VERSIONING_AND_UPDATES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Reponomics Versioning And Update Policy
22

3-
Status: current for action `v0.22.0` and pre-v1 template hardening.
3+
Status: current for action `v0.22.1` and pre-v1 template hardening.
44

55
Reponomics has two update channels:
66

template-action-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
schema_version: 1
22
repository: reponomics/reponomics-dashboard-action
3-
tag: v0.22.0
4-
target_commitish: 10c1ee7a5419b64cc3e8504441fecd8bf93cadbc
5-
release_url: https://github.com/reponomics/reponomics-dashboard-action/releases/tag/v0.22.0
6-
published_at: "2026-06-11T00:42:32Z"
3+
tag: v0.22.1
4+
target_commitish: 0d52fdc270c69e7df8d37bff6ec16abc03ebd1bd
5+
release_url: https://github.com/reponomics/reponomics-dashboard-action/releases/tag/v0.22.1
6+
published_at: "2026-06-11T13:51:05Z"
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
22
"action_repository": "reponomics/reponomics-dashboard-action",
3-
"action_version": "0.22.0",
3+
"action_version": "0.22.1",
44
"files": {
5-
"README.md": "3668f0f0c8f2a2e9cb9283f42ab810f8aa064291a23353834ebb4079c62589fb",
5+
"README.md": "aa7532476dee4855998402a6afd4e6f17671ebb299507aa657bcbe49b4031178",
66
"configuration.md": "0700ce86a8fcf73dcbdff221b9a1601de287f3d816bebd34c02d0428f48b0803",
77
"faq.md": "baabaf3219b10a7c4e121d9d549551521212d2c1e46e58fe85a85fbbdbb5bd60",
88
"privacy-and-artifacts.md": "b3cb94622ccde942cdb73d8f7602cc9f192db66c4b8193c62cbe9d409d4c470b",
9-
"privacy-configuration-matrix.md": "41ffa9e8509997d5bfb342db9d1c29e8dd486c44df63689ca22acfd98eb0d833",
9+
"privacy-configuration-matrix.md": "3ec8d8005c44e09a917c5f5d796d939359304b30a0a382ee3ecc5f2e8939ce6f",
1010
"provenance.md": "e4f40d83f63fef05a42259185bf742e9f2bb6169380fa0a037a00787345b7514",
1111
"repository-guide.md": "6ae032fff0c9574f90c2cc40a6e62e37c3c1b8aa8ee41837cf62413d1e60edd1",
1212
"secure-dashboard-key.md": "7b031f010518814aca28ccc0373c5ed6e3bbdad937a425bb695048ffc4408b7a",
1313
"security.md": "bb33b2152d93f2967a08da35b01f1b0dc34b3903bcff6e4b485352c188605462",
1414
"support.md": "b4be664591c9fdf5473fc9f176f7de4334106ca686c3a6cd2ac013fe1bf396cf",
1515
"trust-boundary.md": "075aa272e1aacc70d6952d8931bd91b628730a6a0af56cb571c17359cfa81b9a",
16-
"upgrade.md": "e15845df32f3b113d8977da84420d30a270f051c1e40293d29e06fb14bc90b24"
16+
"upgrade.md": "f443f7602c9703ce091fd73d1e4ddf17837b31bb618c8e0510ab389e19a3d1c4"
1717
},
1818
"managed_namespace": "docs/reponomics",
1919
"schema_version": 1,
20-
"updated_at": "2026-06-11T00:42:32Z"
20+
"updated_at": "2026-06-11T13:51:05Z"
2121
}

template/docs/reponomics/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
> [!WARNING]
77
> 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.
88
9-
Generated for Reponomics Dashboard Action 0.22.0.
9+
Generated for Reponomics Dashboard Action 0.22.1.
1010

1111
Start here:
1212

template/docs/reponomics/privacy-configuration-matrix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
> [!WARNING]
44
> 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.
55
6-
Status: current for action `0.22.0`.
6+
Status: current for action `0.22.1`.
77

88
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.
99

template/docs/reponomics/upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
> [!WARNING]
44
> 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.
55
6-
This dashboard last received managed docs from Reponomics Dashboard Action 0.22.0.
6+
This dashboard last received managed docs from Reponomics Dashboard Action 0.22.1.
77

88
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.
99

0 commit comments

Comments
 (0)