chore(aw): bump microsoft/apm-action v1.7.1 -> v1.7.2#1183
Merged
Conversation
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: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the pinned microsoft/apm-action version used by the gh-aw shared APM workflow (and its generated lock workflows), primarily to pick up the newer default apm-version that resolves the audit-replay link rewrite drift.
Changes:
- Bump
microsoft/apm-actionpin fromv1.7.1tov1.7.2in the shared workflow source. - Regenerate workflow lock files so
microsoft/apm-actionis pinned to the new commit SHA. - Update the gh-aw action lockfile with the new
microsoft/apm-action@v1.7.2SHA (and related regenerated workflow metadata).
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/shared/apm.md | Bumps microsoft/apm-action tag reference to v1.7.2 in the shared workflow source. |
| .github/aw/actions-lock.json | Adds SHA mapping for microsoft/apm-action@v1.7.2 (and setup-cli@v0.71.5). |
| .github/workflows/triage-panel.lock.yml | Regenerated lock workflow to use the new pinned microsoft/apm-action SHA. |
| .github/workflows/pr-review-panel.lock.yml | Regenerated lock workflow to use the new pinned microsoft/apm-action SHA. |
| .github/workflows/daily-test-improver.lock.yml | Regenerated lock workflow; includes schedule (cron) change plus updated pinned actions/images. |
| .github/workflows/daily-doc-updater.lock.yml | Regenerated lock workflow; includes schedule (cron) change plus updated pinned actions/images. |
| .github/workflows/cli-consistency-checker.lock.yml | Regenerated lock workflow with updated pinned actions/images. |
| .github/workflows/agentics-maintenance.yml | Regenerated maintenance workflow with updated pinned gh-aw actions/github-script references. |
Copilot's findings
- Files reviewed: 8/8 changed files
- Comments generated: 2
| - edited | ||
| schedule: | ||
| - cron: "23 2 * * *" | ||
| - cron: "51 5 * * *" |
| "on": | ||
| schedule: | ||
| - cron: "33 12 * * *" | ||
| - cron: "41 4 * * *" |
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 apm-action pin in
.github/workflows/shared/apm.mdfromv1.7.1tov1.7.2and recompiles the lock workflows.v1.7.2 (microsoft/apm-action#38) bumps the default
apm-versionto0.12.4, which contains the audit-replay link rewrite fix (#1182). This clears the false drift APM Self-Check has been reporting since v0.12.3 on every PR touching self-package primitives with repo-root relative links.Changes
.github/workflows/shared/apm.md: 5 occurrences ofv1.7.1->v1.7.2.github/aw/actions-lock.json: SHA pin added formicrosoft/apm-action@v1.7.2.github/workflows/*.lock.yml(5 files): regenerated viagh aw compileValidation
gh aw compile-> 0 errors, 2 unrelated warnings (pre-existing pwn-request advisory + agentics maintenance frontmatter note)