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
10 changes: 10 additions & 0 deletions .github/aw/actions-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@
"version": "v8",
"sha": "ed597411d8f924073f98dfc5c65a23a2325f34cd"
},
"actions/github-script@v9": {
"repo": "actions/github-script",
"version": "v9",
"sha": "373c709c69115d41ff229c7e5df9f8788daa9553"
},
"github/gh-aw-actions/setup@v0.68.3": {
"repo": "github/gh-aw-actions/setup",
"version": "v0.68.3",
"sha": "ba90f2186d7ad780ec640f364005fa24e797b360"
},
Comment on lines +13 to +17

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

The pull request description explicitly states that the new github/gh-aw-actions/setup@v0.68.3 entry replaces the stale github/gh-aw/actions/setup path, which was identified as the cause of a 'missing prompt-file failure'. However, the old entry (lines 18-22) has not been removed from the lock file. To ensure the fix is applied consistently across all workflows and to prevent the accidental use of the broken stale path, the old entry should be deleted if it is no longer required by any other components in the repository.

"github/gh-aw/actions/setup@v0.50.4": {
"repo": "github/gh-aw/actions/setup",
"version": "v0.50.4",
Expand Down
Loading