Upgrade Github Actions to version 0.65.6 - #1698
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the repository’s gh-aw–generated “.lock.yml” workflows and the corresponding actions lock entry to pick up a newer gh-aw toolchain, aligning the generated workflow structure with recent gh-aw compiler/runtime conventions.
Changes:
- Regenerated multiple gh-aw workflow lockfiles to schema v3 and updated runtime/setup paths to use
${{ runner.temp }}instead of/opt/gh-aw. - Introduced the newer gh-aw workflow structure (separate
detection/conclusionjobs, guard policies, token parsing, audit artifacts, etc.). - Added a new locked entry for
github/gh-aw-actions/setup@v0.65.6in.github/aw/actions-lock.json.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| .github/workflows/weekly-repo-status.lock.yml | Regenerated weekly status workflow with updated gh-aw setup action, paths, and job structure. |
| .github/workflows/issue-triage.lock.yml | Regenerated issue triage workflow with updated gh-aw setup action, paths, and job structure. |
| .github/workflows/analyze-test-run.lock.yml | Regenerated analyze-test-run workflow with updated gh-aw setup action, paths, and job structure. |
| .github/aw/actions-lock.json | Adds a new lock entry for github/gh-aw-actions/setup@v0.65.6. |
Tom Meschter (tmeschter)
approved these changes
Apr 3, 2026
Barbara 4bes (Ba4bes)
pushed a commit
to Ba4bes/GitHub-Copilot-for-Azure
that referenced
this pull request
Apr 24, 2026
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
Dependabot has asked use to update to 0.65.0 #1571
To ensure proper update, change here was done via github CLI command rather than directly editing the lock files, updated to latest version 0.65.6
Checklist
cd tests && npm test)npm run test:skills:integration -- <skill>)USE FOR/DO NOT USE FOR/PREFER OVERclauses: confirmed no routing regressions for competing skillsRelated Issues