From dfa6a458f158d2233ea3ddba355be54a2fa8327b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 3 Feb 2026 00:24:08 +0000 Subject: [PATCH 1/2] Initial plan From 79abd706904276084653db82e9c947b723afe236 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 3 Feb 2026 00:32:23 +0000 Subject: [PATCH 2/2] Fix js-integration-live-api test: update outdated hash Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- actions/setup/js/frontmatter_hash_github_api.test.cjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/actions/setup/js/frontmatter_hash_github_api.test.cjs b/actions/setup/js/frontmatter_hash_github_api.test.cjs index 292f771c0a..e2ef7603b4 100644 --- a/actions/setup/js/frontmatter_hash_github_api.test.cjs +++ b/actions/setup/js/frontmatter_hash_github_api.test.cjs @@ -166,8 +166,8 @@ describe("frontmatter_hash with GitHub API", () => { // This hash was computed by the Go implementation: // go test -run TestHashWithRealWorkflow ./pkg/parser/ - // Output: "Hash for audit-workflows.md: db7af18719075a860ef7e08bb6f49573ac35fbd88190db4f21da3499d3604971" - const goHash = "db7af18719075a860ef7e08bb6f49573ac35fbd88190db4f21da3499d3604971"; + // Output: "Hash for audit-workflows.md: 2ea961432ad9fd4b99074489b7db5668f2485e1b1139772c6c375e2032d22134" + const goHash = "2ea961432ad9fd4b99074489b7db5668f2485e1b1139772c6c375e2032d22134"; // Verify JavaScript hash matches Go hash expect(jsHash).toBe(goHash);