Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
The floating `v1` tag tracks the latest `1.x` release. Consumers pinning
`microsoft/apm-action@v1` receive minor and patch updates automatically.

## [1.7.2] - 2026-05-07

### Changed

- **`apm-version` default bumped to `0.12.4`** (was `0.12.3`). Picks up the audit-replay link rewrite fix ([microsoft/apm#1182](https://github.com/microsoft/apm/issues/1182)) so `apm audit --ci` no longer reports false drift on self-package primitives that link to repo-root files. Consumers pinning `apm-version` explicitly are unaffected.

## [1.7.1] - 2026-05-07

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ inputs:
default: '.'
apm-version:
description: |
APM CLI version to install (e.g. "0.12.3"). Defaults to a pinned, known-good release.
APM CLI version to install (e.g. "0.12.4"). Defaults to a pinned, known-good release.
The default is intentionally NOT "latest": pinning the action to a specific APM version
prevents downstream workflows from being broken by an unrelated APM release. Pass
"latest" explicitly to opt in to floating, or pin to a different tag for reproducibility.
required: false
default: '0.12.3'
default: '0.12.4'
script:
description: 'APM script to run after install (optional — by default only install runs)'
required: false
Expand Down
Loading