Skip to content

Comments

Update expected hash in frontmatter cross-language validation test#13353

Closed
Copilot wants to merge 3 commits intomainfrom
copilot/fix-github-actions-workflow-one-more-time
Closed

Update expected hash in frontmatter cross-language validation test#13353
Copilot wants to merge 3 commits intomainfrom
copilot/fix-github-actions-workflow-one-more-time

Conversation

Copy link
Contributor

Copilot AI commented Feb 3, 2026

The frontmatter_hash_github_api.test.cjs test validates that JavaScript and Go implementations produce identical hashes for workflow frontmatter. The test hardcoded an expected hash value computed from audit-workflows.md, but that workflow has since been modified, changing its hash.

Changes

  • Updated expected hash in cross-language validation test from db7af18719075a860ef7e08bb6f49573ac35fbd88190db4f21da3499d3604971 to 2ea961432ad9fd4b99074489b7db5668f2485e1b1139772c6c375e2032d22134
  • Hash verified against current Go implementation output via go test -run TestHashWithRealWorkflow ./pkg/parser/

Both implementations continue to produce matching hashes; only the expected value in the test needed updating to reflect the current workflow state.

Original prompt

Fix the failing GitHub Actions workflow js
Analyze the workflow logs, identify the root cause of the failure, and implement a fix.
Job ID: 62279412714
Job URL: https://github.com/github/gh-aw/actions/runs/21610973323/job/62279412714


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI and others added 2 commits February 3, 2026 00:12
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix the failing GitHub Actions workflow for JavaScript Update expected hash in frontmatter cross-language validation test Feb 3, 2026
Copilot AI requested a review from pelikhan February 3, 2026 00:21
@pelikhan pelikhan closed this Feb 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants