Refreshing WebAssembly test cases#37614
Merged
Merged
Conversation
…golden files Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
pelikhan
June 7, 2026 17:47
View session
Contributor
There was a problem hiding this comment.
Pull request overview
Refreshes the WebAssembly workflow “golden” fixtures used by pkg/workflow tests to reflect current pinned GitHub Actions and engine/tooling versions, keeping snapshot-based tests aligned with the repo’s pinned workflow generation.
Changes:
- Updated
actions/checkoutpin in wasm-related golden fixtures fromv6.0.2tov6.0.3(SHAdf4cb1c...). - Refreshed compile-fixture goldens to newer engine/tool versions (e.g., Copilot CLI
1.0.60, Claude Code2.1.168) and includedGH_AW_PROJECT_UTCwhere present in generated workflows. - Updated
pkg/workflow/action_pins_test.goexpectations to match the new latestactions/checkoutpin/version.
Show a summary per file
| File | Description |
|---|---|
| pkg/workflow/testdata/wasm_golden/WasmBinary/with-imports.golden | Refresh checkout pin in wasm binary golden workflow output. |
| pkg/workflow/testdata/wasm_golden/WasmBinary/smoke-copilot.golden | Refresh checkout pin in Copilot smoke wasm golden output. |
| pkg/workflow/testdata/wasm_golden/WasmBinary/playwright-cli-mode.golden | Refresh checkout pin in Playwright CLI mode wasm golden output. |
| pkg/workflow/testdata/wasm_golden/WasmBinary/basic-copilot.golden | Refresh checkout pin in basic Copilot wasm golden output. |
| pkg/workflow/testdata/TestWasmGolden_CompileFixtures/with-imports.golden | Update pinned checkout + Copilot CLI version and add GH_AW_PROJECT_UTC in compile fixture golden. |
| pkg/workflow/testdata/TestWasmGolden_CompileFixtures/smoke-test-tools.golden | Refresh checkout pin in “test tools” compile fixture golden. |
| pkg/workflow/testdata/TestWasmGolden_CompileFixtures/smoke-copilot.golden | Update pinned checkout + Copilot CLI version and add GH_AW_PROJECT_UTC in smoke Copilot compile fixture golden. |
| pkg/workflow/testdata/TestWasmGolden_CompileFixtures/playwright-cli-mode.golden | Update pinned checkout + Copilot CLI version and add GH_AW_PROJECT_UTC in Playwright compile fixture golden. |
| pkg/workflow/testdata/TestWasmGolden_CompileFixtures/claude-with-network.golden | Refresh checkout pin in Claude-with-network compile fixture golden. |
| pkg/workflow/testdata/TestWasmGolden_CompileFixtures/basic-copilot.golden | Update pinned checkout + Copilot CLI version and add GH_AW_PROJECT_UTC in basic Copilot compile fixture golden. |
| pkg/workflow/testdata/TestWasmGolden_AllEngines/pi.golden | Refresh checkout pin and add GH_AW_PROJECT_UTC in “pi” engine golden output. |
| pkg/workflow/testdata/TestWasmGolden_AllEngines/gemini.golden | Refresh checkout pin and add GH_AW_PROJECT_UTC in Gemini engine golden output. |
| pkg/workflow/testdata/TestWasmGolden_AllEngines/copilot.golden | Refresh checkout pin, Copilot CLI version, and add GH_AW_PROJECT_UTC in Copilot engine golden output. |
| pkg/workflow/testdata/TestWasmGolden_AllEngines/codex.golden | Refresh checkout pin and add GH_AW_PROJECT_UTC in Codex engine golden output. |
| pkg/workflow/testdata/TestWasmGolden_AllEngines/claude.golden | Refresh checkout pin, Claude Code version, and add GH_AW_PROJECT_UTC in Claude engine golden output. |
| pkg/workflow/action_pins_test.go | Update test expectations for latest actions/checkout pin/version (v6.0.3). |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 16/16 changed files
- Comments generated: 0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull request created by AI Agent