Skip to content

v0.49.4

Choose a tag to compare

@github-actions github-actions released this 23 Feb 11:49
· 3338 commits to main since this release
bf34f99

πŸ”§ Release Highlights

This maintenance release delivers targeted bug fixes for Playwright integration and internal test reliability improvements.

πŸ› Bug Fixes & Improvements

  • Playwright --no-sandbox argument fix β€” Corrected the --no-sandbox flag handling so Playwright workflows launch reliably in sandboxed GitHub Actions runners. (#17861)
  • Shell quoting for awf --allow-domains/--block-domains β€” Fixed SC1003 shell quoting issue: domain arguments are now correctly double-quoted, preventing unexpected word-splitting in firewall rules. (#17861)
  • Test isolation for workflow ID env vars β€” GITHUB_RUN_ID and GH_AW_WORKFLOW_ID are now cleared between test cases in messages.test.cjs, eliminating intermittent test failures caused by leaked state. (#17857)

For complete details, see CHANGELOG.

Generated by Release


What's Changed

  • fix(tests): clear GITHUB_RUN_ID/GH_AW_WORKFLOW_ID in messages.test.cjs beforeEach by @Copilot in #17857
  • [specs] Update layout specification - 2026-02-23 by @github-actions[bot] in #17860
  • [docs] Update glossary - weekly full scan by @github-actions[bot] in #17877
  • Fix SC1003: use double quotes for awf --allow-domains/--block-domains arguments; fix playwright --no-sandbox arg by @Copilot in #17861

Full Changelog: v0.49.3...v0.49.4