-
Notifications
You must be signed in to change notification settings - Fork 373
[actions] Update GitHub Actions versions - 2026-04-28 #28984
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
aee0c80
b01aa63
1517946
e7bf11c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -161,7 +161,12 @@ | |
| "microsoft/apm-action@v1.4.2": { | ||
| "repo": "microsoft/apm-action", | ||
| "version": "v1.4.2", | ||
| "sha": "9fe9337ef58b5e620e0113071ceb47a6a8a232f7" | ||
| "sha": "677ddbfb986cdf36d99d26e167aff29b3e80486d" | ||
| }, | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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" | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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", | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -161,7 +161,12 @@ | |
| "microsoft/apm-action@v1.4.2": { | ||
| "repo": "microsoft/apm-action", | ||
| "version": "v1.4.2", | ||
| "sha": "9fe9337ef58b5e620e0113071ceb47a6a8a232f7" | ||
| "sha": "677ddbfb986cdf36d99d26e167aff29b3e80486d" | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ✅ Consistent SHA update across both |
||
| }, | ||
| "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", | ||
|
|
||
There was a problem hiding this comment.
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.