Skip to content

chore: bump shared/apm.md to microsoft/apm-action@v1.4.2#904

Merged
danielmeppiel merged 1 commit intomainfrom
chore/bump-apm-action-v1.4.2
Apr 24, 2026
Merged

chore: bump shared/apm.md to microsoft/apm-action@v1.4.2#904
danielmeppiel merged 1 commit intomainfrom
chore/bump-apm-action-v1.4.2

Conversation

@danielmeppiel
Copy link
Copy Markdown
Collaborator

Summary

Bumps microsoft/apm-action from v1.4.1 to v1.4.2 in our shared agentic-workflow shared/apm.md.

v1.4.2 fixes the restore-mode workspace pollution that caused #901 and the CI failure surfaced in #889. With v1.4.2, restore mode installs APM and uses apm unpack to extract bundles, writing only files declared in the lockfile's deployed_files instead of overwriting tracked apm.lock.yaml / apm.yml / apm_modules in the caller's git workspace.

Closes #902.

Changes

  • .github/workflows/shared/apm.md — bump both pack and restore steps to @v1.4.2 (lines 49 and 77).
  • .github/workflows/pr-review-panel.lock.yml — regenerated via gh aw compile (SHA pin updated to 9fe9337…).
  • .github/aw/actions-lock.json — SHA pin updated.

No other workflow files needed regeneration; only pr-review-panel consumes shared/apm.md.

Verification

Why pin a patch version, not @v1

Supply-chain hygiene: immutable patch pins survive a tag rewrite. The v1 floating tag has already been retagged to v1.4.2, so consumers pinned to @v1 are also on the fix.

v1.4.2 fixes the restore-mode workspace pollution that caused #901 and
the CI failure surfaced in #889. With v1.4.2, restore mode installs APM
and uses 'apm unpack' to extract bundles, writing only files declared in
the lockfile's deployed_files instead of overwriting tracked
apm.lock.yaml / apm.yml / apm_modules in the caller's git workspace.

- shared/apm.md: bump both pack + restore steps to @v1.4.2
- pr-review-panel.lock.yml: regenerated via 'gh aw compile' (SHA pin updated)
- actions-lock.json: SHA pin updated

Closes #902.
Upstream: microsoft/apm-action#27, release v1.4.2.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings April 24, 2026 13:46
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

Bumps the pinned microsoft/apm-action version used by the shared agentic-workflow template to pick up the v1.4.2 restore-mode fix (clean workspace / avoid overwriting tracked files), and regenerates the dependent gh-aw lock artifacts.

Changes:

  • Update .github/workflows/shared/apm.md to use microsoft/apm-action@v1.4.2 for both pack and restore steps.
  • Regenerate .github/workflows/pr-review-panel.lock.yml to reflect the new pinned action SHA/version.
  • Update .github/aw/actions-lock.json to pin microsoft/apm-action@v1.4.2 to the new SHA.
Show a summary per file
File Description
.github/workflows/shared/apm.md Bumps microsoft/apm-action from v1.4.1 to v1.4.2 in pack + restore.
.github/workflows/pr-review-panel.lock.yml Updates the compiled workflow lock to the new microsoft/apm-action SHA/version.
.github/aw/actions-lock.json Updates the action lock entry for microsoft/apm-action@v1.4.2 and its SHA.

Copilot's findings

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

@danielmeppiel danielmeppiel merged commit da86fce into main Apr 24, 2026
17 checks passed
@danielmeppiel danielmeppiel deleted the chore/bump-apm-action-v1.4.2 branch April 24, 2026 14:02
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.

Bump shared/apm.md to microsoft/apm-action@v1.4.2 (restore-mode workspace pollution fix)

2 participants