Skip to content
Merged
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
11 changes: 3 additions & 8 deletions .github/aw/actions-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,6 @@
"version": "v4.34.1",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Clean removal of the duplicate github/gh-aw-actions/setup@v0 entry β€” consolidating to only v0.62.5 is the right approach for version pinning clarity.

"sha": "cb06a0a8527b2c6970741b3a0baa15231dc74a4c"
},
"github/gh-aw-actions/setup@v0": {
"repo": "github/gh-aw-actions/setup",
"version": "v0",
"sha": "50f4fc16883c6c6672d8879affa8fd15d5cc79a4"
},
"github/gh-aw-actions/setup@v0.62.5": {
"repo": "github/gh-aw-actions/setup",
"version": "v0.62.5",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

πŸ‘ Good consolidation β€” removing the unversioned setup@v0 alias in favor of keeping only the pinned v0.62.5 entry improves reproducibility and avoids floating SHA ambiguity.

Expand All @@ -168,10 +163,10 @@
"version": "v2.10.3",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good update β€” microsoft/apm-action bumped from v1.3.4 to v1.4.0. The new SHA cc84c04bc73e19e35527f1efa34ea003be9f037f should be verified against the official release tag before merging.

"sha": "9cd1b7bf3f36d5a3c3b17abc3545bfb5481912ea"
},
"microsoft/apm-action@v1.3.4": {
"microsoft/apm-action@v1.4.0": {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

βœ… microsoft/apm-action bumped to v1.4.0 with updated SHA β€” looks good!

"repo": "microsoft/apm-action",
"version": "v1.3.4",
"sha": "83d54a6c7941049210433b16c8dfac573665b12a"
"version": "v1.4.0",
"sha": "cc84c04bc73e19e35527f1efa34ea003be9f037f"
},
"oven-sh/setup-bun@v2.2.0": {
"repo": "oven-sh/setup-bun",
Expand Down