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
11 changes: 3 additions & 8 deletions .github/aw/actions-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,10 @@
"version": "v4.0.0",
"sha": "4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd"
},
"github/gh-aw-actions/setup-cli@v0.68.1": {
"repo": "github/gh-aw-actions/setup-cli",
"version": "v0.68.1",
"sha": "2fe53acc038ba01c3bbdc767d4b25df31ca5bdfc"
},
"github/gh-aw-actions/setup@v0.68.1": {
"github/gh-aw-actions/setup@v0.68.2": {
"repo": "github/gh-aw-actions/setup",
"version": "v0.68.1",
"sha": "2fe53acc038ba01c3bbdc767d4b25df31ca5bdfc"
"version": "v0.68.2",
"sha": "19c436149e80e5be4f0adbd9cdeb391acea5fa91"
},
Copy link

Copilot AI Apr 15, 2026

Choose a reason for hiding this comment

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

.github/aw/actions-lock.json dropped the github/gh-aw-actions/setup-cli@v0.68.1 entry, but that action is still referenced elsewhere (e.g., .github/workflows/agentics-maintenance.yml uses github/gh-aw-actions/setup-cli@... # v0.68.1). If this lock file is used to drive/validate action pinning during gh aw upgrade, consider keeping a setup-cli entry (and any other still-in-use actions) until those workflows are upgraded too.

Suggested change
},
},
"github/gh-aw-actions/setup-cli@v0.68.1": {
"repo": "github/gh-aw-actions/setup-cli",
"version": "v0.68.1",
"sha": "REPLACE_WITH_THE_PREVIOUSLY_LOCKED_V0_68_1_SHA"
},

Copilot uses AI. Check for mistakes.
"github/gh-aw/actions/setup@v0.68.1": {
"repo": "github/gh-aw/actions/setup",
Expand Down
Loading
Loading