Skip to content

Fix build-wasm: update golden files for actions: read permission#25000

Merged
pelikhan merged 1 commit intomainfrom
copilot/fix-build-wasm
Apr 7, 2026
Merged

Fix build-wasm: update golden files for actions: read permission#25000
pelikhan merged 1 commit intomainfrom
copilot/fix-build-wasm

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 7, 2026

TestWasmGolden_CompileFixtures was failing because the compiler now emits actions: read in the activation job's permissions block, but the golden files hadn't been updated to match.

Changes

  • Updated basic-copilot.golden and with-imports.golden to add actions: read to the activation job permissions, regenerated via make update-wasm-golden

@pelikhan pelikhan marked this pull request as ready for review April 7, 2026 02:02
Copilot AI review requested due to automatic review settings April 7, 2026 02:02
@pelikhan pelikhan merged commit f673a3c into main Apr 7, 2026
49 of 51 checks passed
@pelikhan pelikhan deleted the copilot/fix-build-wasm branch April 7, 2026 02:02
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates WASM golden workflow outputs to match a newly emitted actions: read permission on the activation job, fixing TestWasmGolden_CompileFixtures failures caused by golden drift.

Changes:

  • Add actions: read under jobs.activation.permissions in the WASM golden outputs.
  • Regenerate affected golden files via make update-wasm-golden.
Show a summary per file
File Description
pkg/workflow/testdata/TestWasmGolden_CompileFixtures/basic-copilot.golden Updates activation job permissions to include actions: read to match current compiler output.
pkg/workflow/testdata/TestWasmGolden_CompileFixtures/with-imports.golden Same golden update: includes actions: read for activation job permissions.

Copilot's findings

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 2/2 changed files
  • Comments generated: 0

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.

3 participants