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
5 changes: 5 additions & 0 deletions .github/aw/actions-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@
"repo": "microsoft/apm-action",
"version": "v1.5.0",
"sha": "454b8a1d279376a47df8bb8d525ec076ca0fcef7"
},
"microsoft/apm-action@v1.6.0": {
"repo": "microsoft/apm-action",
"version": "v1.6.0",
"sha": "275e67418e97c26025852c7e91730cf4c11baf30"
}
}
}
8 changes: 4 additions & 4 deletions .github/workflows/pr-review-panel.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions .github/workflows/shared/apm.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# Pre-agent-steps then download all bundles and restore them in one apm-action call.
#
# Source of truth: https://github.com/microsoft/apm/blob/main/.github/workflows/shared/apm.md
# apm-action pin: microsoft/apm-action@v1.5.0
# apm-action pin: microsoft/apm-action@v1.6.0
# To check whether a vendored copy is current, compare these two lines.
#
# Documentation: https://microsoft.github.io/apm/integrations/gh-aw/
Expand Down Expand Up @@ -254,7 +254,7 @@ jobs:
} >> "$GITHUB_OUTPUT"
- name: Pack APM packages
id: pack
uses: microsoft/apm-action@v1.5.0
uses: microsoft/apm-action@v1.6.0
env:
GITHUB_TOKEN: ${{ steps.token.outputs.token || secrets.GH_AW_PLUGINS_TOKEN || secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}
with:
Expand Down Expand Up @@ -336,7 +336,7 @@ steps:
[ ${#list[@]} -gt 0 ] || { echo '::error::no apm bundles found'; exit 1; }
printf '%s\n' "${list[@]}" > /tmp/gh-aw/apm-bundle-list.txt
- name: Restore APM packages (all bundles)
uses: microsoft/apm-action@v1.5.0
uses: microsoft/apm-action@v1.6.0
with:
bundles-file: /tmp/gh-aw/apm-bundle-list.txt
---
Expand All @@ -349,7 +349,7 @@ in parallel one matrix replica per credential group, packs each group's packages
with `microsoft/apm-action`, and uploads a per-group bundle artifact. The agent
job's pre-agent-steps then download all bundles and restore them in a single
`apm-action` invocation (using the `bundles-file:` input shipped in
`microsoft/apm-action@v1.5.0`).
`microsoft/apm-action@v1.6.0`).

### How it works

Expand All @@ -363,7 +363,7 @@ job's pre-agent-steps then download all bundles and restore them in a single
3. **Restore** (agent pre-agent-steps): all `apm-*` artifacts are downloaded,
validated against the matrix manifest (defends against same-run artifact-name
collision attacks), and restored in one call via the `bundles-file:` input
on `microsoft/apm-action@v1.5.0`.
on `microsoft/apm-action@v1.6.0`.

### Authentication

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/triage-panel.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading