chore: bump APM CLI default to v0.12.4 (cuts v1.7.2)#38
Merged
Conversation
Picks up the audit-replay link rewrite fix (microsoft/apm#1182) so apm audit --ci no longer reports false drift on self-package primitives that link to repo-root files (../<repo-root-file> style links). Cuts v1.7.2 (patch). Consumers pinning apm-version explicitly are unaffected. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the action’s pinned default APM CLI version to pick up an upstream audit replay fix, and records the change for the v1.7.2 patch release.
Changes:
- Bump
apm-versiondefault from0.12.3to0.12.4inaction.yml. - Add a
CHANGELOG.mdentry for release1.7.2documenting the bump and rationale.
Show a summary per file
| File | Description |
|---|---|
action.yml |
Updates the apm-version input default (and example) to 0.12.4. |
CHANGELOG.md |
Adds a 1.7.2 release entry documenting the default version bump and linked upstream fix. |
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
danielmeppiel
added a commit
to microsoft/apm
that referenced
this pull request
May 7, 2026
Picks up the apm-action default bump to APM v0.12.4 (microsoft/apm-action#38), which contains the audit-replay link rewrite fix (#1182). Removes the false drift APM Self-Check was reporting on every PR touching self-package primitives with repo-root relative links. Recompiles the lock workflows + actions-lock.json via gh aw compile. Co-authored-by: Daniel Meppiel <copilot-rework@github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
Bumps the pinned
apm-versiondefault from0.12.3to0.12.4to pick up the audit-replay link rewrite fix (microsoft/apm#1182).apm audit --ciin v0.12.3 produced false drift on every self-package primitive containing repo-root relative links ([..](../../FILE.md)) because the replay's in-package asset rewriter conflated frames. v0.12.4 fixes this; consumers running APM Self-Check via this action need the bump to clear the false positive.Cuts v1.7.2 (patch). Consumers pinning
apm-versionexplicitly are unaffected.Validation
npm test-> 111/111 passingPost-merge: tag v1.7.2 and retag floating v1.