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
7 changes: 6 additions & 1 deletion .github/aw/actions-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,12 @@
"microsoft/apm-action@v1.4.2": {
"repo": "microsoft/apm-action",
"version": "v1.4.2",
"sha": "9fe9337ef58b5e620e0113071ceb47a6a8a232f7"
"sha": "677ddbfb986cdf36d99d26e167aff29b3e80486d"
},
"microsoft/apm-action@v1.5.0": {
"repo": "microsoft/apm-action",
"version": "v1.5.0",
"sha": "454b8a1d279376a47df8bb8d525ec076ca0fcef7"
},
"oven-sh/setup-bun@v2.2.0": {
"repo": "oven-sh/setup-bun",
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/smoke-claude.lock.yml

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

7 changes: 6 additions & 1 deletion pkg/actionpins/data/action_pins.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,12 @@
"microsoft/apm-action@v1.4.2": {
"repo": "microsoft/apm-action",
"version": "v1.4.2",
"sha": "9fe9337ef58b5e620e0113071ceb47a6a8a232f7"
"sha": "677ddbfb986cdf36d99d26e167aff29b3e80486d"
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ SHA updated for microsoft/apm-action@v1.4.2 — good to see the pin being kept current.

},
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The SHA for microsoft/apm-action@v1.4.2 has been updated to 677ddbfb986cdf36d99d26e167aff29b3e80486d. Good to see pin updates keeping dependencies locked to verified commits.

"microsoft/apm-action@v1.5.0": {
"repo": "microsoft/apm-action",
"version": "v1.5.0",
"sha": "454b8a1d279376a47df8bb8d525ec076ca0fcef7"
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

New entry for microsoft/apm-action@v1.5.0 with SHA 454b8a1d279376a47df8bb8d525ec076ca0fcef7 — nice to add the new version to the pins registry proactively.

},
"oven-sh/setup-bun@v2.2.0": {
"repo": "oven-sh/setup-bun",
Expand Down
7 changes: 6 additions & 1 deletion pkg/workflow/data/action_pins.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,12 @@
"microsoft/apm-action@v1.4.2": {
"repo": "microsoft/apm-action",
"version": "v1.4.2",
"sha": "9fe9337ef58b5e620e0113071ceb47a6a8a232f7"
"sha": "677ddbfb986cdf36d99d26e167aff29b3e80486d"
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Consistent SHA update across both pkg/workflow/data/action_pins.json and pkg/actionpins/data/action_pins.json — good consistency.

},
"microsoft/apm-action@v1.5.0": {
"repo": "microsoft/apm-action",
"version": "v1.5.0",
"sha": "454b8a1d279376a47df8bb8d525ec076ca0fcef7"
},
"oven-sh/setup-bun@v2.2.0": {
"repo": "oven-sh/setup-bun",
Expand Down
Loading