From 821465fae20b60e9f8049d517935bb6be847f3a1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 19:38:02 +0000 Subject: [PATCH 1/3] Update code.json metadata --- code.json | 48 +++++++++++++++++++++++++++++++----------------- 1 file changed, 31 insertions(+), 17 deletions(-) diff --git a/code.json b/code.json index 134c9ce9..03ac2d07 100644 --- a/code.json +++ b/code.json @@ -1,7 +1,7 @@ { "name": "automated-codejson-generator", "version": "1.2.1", - "description": "Tooling that allows for code.json creation through automation", + "description": "Github Action that allows for automated code.json creation and maintenance ", "longDescription": "This project provides a GitHub Action that helps federal agencies maintain their code.json files, which are required for compliance with the Federal Source Code Policy. The action automatically calculates and updates various metadata fields including labor hours, programming languages used, repository information, and timestamps. It creates pull requests with these updates, making it easier to keep code.json files accurate and up-to-date.", "status": "Production", "permissions": { @@ -11,7 +11,9 @@ "URL": "https://creativecommons.org/publicdomain/zero/1.0/" } ], - "usageType": ["openSource"], + "usageType": [ + "openSource" + ], "exemptionText": "" }, "organization": "Centers for Medicare & Medicaid Services", @@ -23,15 +25,24 @@ "disclaimerURL": "", "disclaimerText": "", "vcs": "git", - "laborHours": 3137, + "laborHours": 4123, "reuseFrequency": { "forks": 4, "clones": 0 }, - "platforms": ["web", "linux"], - "categories": ["developer-tools", "automation"], + "platforms": [ + "web", + "linux" + ], + "categories": [ + "developer-tools", + "automation" + ], "softwareType": "standalone/backend", - "languages": ["TypeScript", "JavaScript"], + "languages": [ + "TypeScript", + "JavaScript" + ], "maintenance": "internal", "contractNumber": [], "SBOM": "https://github.com/DSACMS/automated-codejson-generator/network/dependencies", @@ -40,17 +51,14 @@ "partners": [], "date": { "created": "2025-02-07T16:29:38Z", - "lastModified": "2025-10-21T21:52:17Z", - "metadataLastUpdated": "2025-10-30T22:53:09.463Z" + "lastModified": "2026-01-30T19:35:41Z", + "metadataLastUpdated": "2026-01-30T19:38:01.384Z" }, "tags": [ "cmsoss-tier2", - "metadata", "codejson", - "ci", - "github-action", - "workflow", - "featured" + "featured", + "metadata" ], "contact": { "email": "opensource@cms.hhs.gov", @@ -63,9 +71,15 @@ "userInput": false, "fismaLevel": "low", "group": "CMS/OA/DSAC", - "projects": ["share-it-act"], + "projects": [ + "share-it-act" + ], "systems": [], - "subsetInHealthcare": ["operational"], - "userType": ["government"], + "subsetInHealthcare": [ + "operational" + ], + "userType": [ + "government" + ], "maturityModelTier": 3 -} \ No newline at end of file +} From 0522c326f15f941dd8c63f230cd929c64f2fc88d Mon Sep 17 00:00:00 2001 From: Sachin Panayil <79382140+sachin-panayil@users.noreply.github.com> Date: Fri, 30 Jan 2026 14:39:46 -0500 Subject: [PATCH 2/3] Update repository host in code.json --- code.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code.json b/code.json index 03ac2d07..ca23a9ab 100644 --- a/code.json +++ b/code.json @@ -18,7 +18,7 @@ }, "organization": "Centers for Medicare & Medicaid Services", "repositoryURL": "https://github.com/DSACMS/automated-codejson-generator", - "repositoryHost": "github.com/DSACMS", + "repositoryHost": "github.com/MeasureAuthoringTool", "repositoryVisibility": "public", "homepageURL": "", "downloadURL": "", From b4111a60d63a8f475683b7ddc33fa21c2283b7ac Mon Sep 17 00:00:00 2001 From: Sachin Panayil <79382140+sachin-panayil@users.noreply.github.com> Date: Fri, 30 Jan 2026 14:42:35 -0500 Subject: [PATCH 3/3] Update repository host in code.json --- code.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code.json b/code.json index ca23a9ab..03ac2d07 100644 --- a/code.json +++ b/code.json @@ -18,7 +18,7 @@ }, "organization": "Centers for Medicare & Medicaid Services", "repositoryURL": "https://github.com/DSACMS/automated-codejson-generator", - "repositoryHost": "github.com/MeasureAuthoringTool", + "repositoryHost": "github.com/DSACMS", "repositoryVisibility": "public", "homepageURL": "", "downloadURL": "",