Fix weekly triage action pin - #115
Merged
Merged
Conversation
Regenerate the weekly workshop triage lock file so the generated setup steps reference a resolvable gh-aw-actions revision instead of the stale v0.84.3 tag. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Copilot review overview
🟢 Approval recommended
All generated setup references consistently use the replacement pinned revision.
Review effort: Lite
Findings: None
What changed in this PR
Updates the generated weekly triage lock file so all setup steps use the resolvable v0.89.17 commit.
Changes:
- Replaced all obsolete
v0.84.3setup action references. - Updated manifest and generated comments with the new SHA/version.
| File | Description |
|---|---|
.github/workflows/weekly-workshop-triage.lock.yml |
Pins the setup action to f3b81cdb... (v0.89.17). |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Regenerates the
Weekly workshop triageAgentic Workflow lock file so the generated setup steps reference a resolvablegithub/gh-aw-actionsrevision. The scheduled workflow was failing before any triage logic ran because the lock file still pointed at the unavailablev0.84.3action tag.Related Issue
Closes #114
Type of Change
Changes Made
.github/workflows/weekly-workshop-triage.lock.ymlso everygithub/gh-aw-actions/setupreference is pinned to an existingv0.89.17SHA.Testing
git diff --checkgh aw compile weekly-workshop-triage --no-emit --validate --no-check-updateData Layer Changes
npm run test:unit- all tests passnpm run db:generate) for any schema changeFrontend Changes
npm run test:e2e- all tests passdata-testidattributes to interactive elementsnpm run build)Checklist
Additional Notes
This is a generated workflow lock-file-only change. The unchecked data layer, frontend, and TypeScript checklist items do not apply.