Skip to content

Commit da86fce

Browse files
chore: bump shared/apm.md to microsoft/apm-action@v1.4.2 (#904)
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>
1 parent c74444c commit da86fce

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/aw/actions-lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
"version": "v0.52.1",
3636
"sha": "a86e657586e4ac5f549a790628971ec02f6a4a8f"
3737
},
38-
"microsoft/apm-action@v1.4.1": {
38+
"microsoft/apm-action@v1.4.2": {
3939
"repo": "microsoft/apm-action",
40-
"version": "v1.4.1",
41-
"sha": "a190b0b1a91031057144dc136acf9757a59c9e4d"
40+
"version": "v1.4.2",
41+
"sha": "9fe9337ef58b5e620e0113071ceb47a6a8a232f7"
4242
}
4343
}
4444
}

.github/workflows/pr-review-panel.lock.yml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/shared/apm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
} >> "$GITHUB_OUTPUT"
4747
- name: Pack APM packages
4848
id: apm_pack
49-
uses: microsoft/apm-action@v1.4.1
49+
uses: microsoft/apm-action@v1.4.2
5050
env:
5151
GITHUB_TOKEN: ${{ secrets.GH_AW_PLUGINS_TOKEN || secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}
5252
with:
@@ -74,7 +74,7 @@ steps:
7474
id: apm_bundle
7575
run: echo "path=$(find /tmp/gh-aw/apm-bundle -name '*.tar.gz' | head -1)" >> "$GITHUB_OUTPUT"
7676
- name: Restore APM packages
77-
uses: microsoft/apm-action@v1.4.1
77+
uses: microsoft/apm-action@v1.4.2
7878
with:
7979
bundle: ${{ steps.apm_bundle.outputs.path }}
8080
---

0 commit comments

Comments
 (0)