Skip to content

feat(aw): updating the workflow with latest aw#6459

Merged
ChronosSF merged 1 commit intovnextfrom
sstoychev/update-agentic-lock
Apr 14, 2026
Merged

feat(aw): updating the workflow with latest aw#6459
ChronosSF merged 1 commit intovnextfrom
sstoychev/update-agentic-lock

Conversation

@ChronosSF
Copy link
Copy Markdown
Member

Closes #

Checklist:

  • check topic's TOC/menu and paragraph headings
  • Include TOC topic labels in topic content has a valuable update, it's new or considered as preview\ beta
  • link to other topics using ../relative/path.md
  • at the References section at the end of the topic add links to topics, samples, etc
  • reference API documentation instead of adding a section with API

  • use valid component names - [Data] Grid, IgxSelectComponent, <igx-combo>
  • use spell checker tool (VS Code, Grammarly, Microsoft Editor)
  • add inline code blocks for the names of classes / tags / properties
  • add language descriptor for the code blocks
  • check broken links (use browser add-on)
  • check if sample is working and fully visible in the topic
  • check if sample is working and fully visible in the StackBlitz
  • check if code blocks match the code in StackBlitz demo


  • do not resolve requested changes (leave that to the reviewer)
  • add pending-localization label when the review of the PR is done
  • add a member from the localization team to translate it

Copilot AI review requested due to automatic review settings April 14, 2026 14:30
@ChronosSF ChronosSF merged commit 5c4704d into vnext Apr 14, 2026
7 checks passed
@ChronosSF ChronosSF deleted the sstoychev/update-agentic-lock branch April 14, 2026 14:33
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the gh-aw generated workflow used to sync Japanese docs with the latest gh-aw tooling versions and regenerated workflow structure.

Changes:

  • Regenerates .github/workflows/sync-jp-docs.lock.yml for gh-aw v0.68.1 (new setup action, updated AWF/Copilot versions, revised job layout/artifacts).
  • Adds new locked action entries in .github/aw/actions-lock.json for the updated gh-aw setup action and actions/github-script@v9.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.

File Description
.github/workflows/sync-jp-docs.lock.yml Regenerated workflow to newer gh-aw version, updating actions, scripts paths, and job structure.
.github/aw/actions-lock.json Updates the action lock manifest to include newer action versions/SHAs.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

"actions/github-script@v9": {
"repo": "actions/github-script",
"version": "v9",
"sha": "373c709c69115d41ff229c7e5df9f8788daa9553"
Copy link

Copilot AI Apr 14, 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 pins actions/github-script@v9 to sha 373c709c..., but the workflow uses actions/github-script@3a2844b... in many places. This mismatch can break any validation that relies on actions-lock.json as the source of truth. Align the workflow to the pinned sha or update the lock to match the sha actually used (and keep it consistent across the workflow).

Suggested change
"sha": "373c709c69115d41ff229c7e5df9f8788daa9553"
"sha": "3a2844b..."

Copilot uses AI. Check for mistakes.
Comment on lines 98 to 101
GH_AW_INFO_FIREWALL_TYPE: "squid"
GH_AW_COMPILED_STRICT: "true"
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
with:
Copy link

Copilot AI Apr 14, 2026

Choose a reason for hiding this comment

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

The workflow uses two different pinned SHAs for actions/github-script v9 (3a2844b... here vs 373c709c... elsewhere). This makes the workflow harder to audit and also conflicts with .github/aw/actions-lock.json which only records one sha for v9. Prefer pinning all actions/github-script steps to a single sha that matches the lock file (or update the lock accordingly).

Copilot uses AI. Check for mistakes.
Comment on lines 354 to 357
- name: Determine automatic lockdown mode for GitHub MCP Server
id: determine-automatic-lockdown
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9
env:
Copy link

Copilot AI Apr 14, 2026

Choose a reason for hiding this comment

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

This step pins actions/github-script to sha 373c709c... while the rest of the workflow largely pins 3a2844b.... Please standardize on a single sha for actions/github-script across the workflow (and ensure it matches .github/aw/actions-lock.json).

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants