diff --git a/actions/setup/js/frontmatter_hash_github_api.test.cjs b/actions/setup/js/frontmatter_hash_github_api.test.cjs index 44ef183f09a..461c7a23dd7 100644 --- a/actions/setup/js/frontmatter_hash_github_api.test.cjs +++ b/actions/setup/js/frontmatter_hash_github_api.test.cjs @@ -192,9 +192,9 @@ 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: bb5cbd9552401591e9476ae803f1736a88dca3f654f725dadffa5a7dbc31d639" + // Output: "Hash for audit-workflows.md: 4d50f091b80261759bdbabc83490e5ed25d3ff07b5bf4a9c989d643f4c5a1a72" // Note: Hash changed when imports were migrated to use runtime-import macros - const goHash = "bb5cbd9552401591e9476ae803f1736a88dca3f654f725dadffa5a7dbc31d639"; + const goHash = "4d50f091b80261759bdbabc83490e5ed25d3ff07b5bf4a9c989d643f4c5a1a72"; // Verify JavaScript hash matches Go hash expect(jsHash).toBe(goHash);