Skip to content

Regenerate Expert Code Review workflow lock - #14870

Merged
JanProvaznik merged 3 commits into
mainfrom
copilot/backport-disable-optprof-vs1712
Aug 28, 2026
Merged

Regenerate Expert Code Review workflow lock#14870
JanProvaznik merged 3 commits into
mainfrom
copilot/backport-disable-optprof-vs1712

Conversation

Copilot AI commented Aug 28, 2026

Copy link
Copy Markdown
Contributor

Context

The Expert Code Review workflow could not start because its generated lock file was stale.

Changes Made

  • Recompiled review-on-open.agent.md.
  • Synchronized generated hashes and pinned workflow actions.

Testing

  • Verified the workflow compiles without warnings.

Notes

  • Only the generated lock file changes.

@dotnet-policy-service

Copy link
Copy Markdown
Contributor

Hello @copilot, I noticed that you’re changing an .swr file or any file under src/Package/MSBuild.VSSetup.. Please make sure to validate this change by an experimental VS insertion. This is accomplished by pushing to an exp/* branch, which requires write permissions to this repo.

Co-authored-by: JanProvaznik <25267098+JanProvaznik@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix stale lock file for Expert Code Review workflow Regenerate Expert Code Review workflow lock Aug 28, 2026
Copilot AI requested a review from JanProvaznik August 28, 2026 10:20
@JanProvaznik

Copy link
Copy Markdown
Member

@copilot flaky test workflows also are outdated, recompile

Co-authored-by: JanProvaznik <25267098+JanProvaznik@users.noreply.github.com>

Copilot AI commented Aug 28, 2026

Copy link
Copy Markdown
Contributor Author

@copilot flaky test workflows also are outdated, recompile

Recompiled both flaky-test workflow locks in a47008c and validated them with gh-aw.

@JanProvaznik
JanProvaznik marked this pull request as ready for review August 28, 2026 11:11
Copilot AI lite review requested due to automatic review settings August 28, 2026 11:11
@JanProvaznik
JanProvaznik requested a review from a team as a code owner August 28, 2026 11:11

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR regenerates GitHub Agentic Workflows compiled lock files to resolve a stale-lock mismatch that prevented the “Expert Code Review (on open)” workflow from starting, and updates the pinned SHAs/hashes embedded in the generated outputs.

Changes:

  • Regenerated review-on-open.agent.lock.yml metadata/hashes (frontmatter/body hash) to bring it back in sync with its source workflow.
  • Updated pinned action SHAs in the affected lock files (notably actions/checkout and github/gh-aw-actions/setup).
  • Regenerated additional agent workflow lock files (flaky-test-*) as part of the sync.

Reviewed changes

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

File Description
.github/workflows/review-on-open.agent.lock.yml Regenerated lock metadata/hashes and updated pinned action SHAs for the expert review workflow.
.github/workflows/flaky-test-fixer.agent.lock.yml Regenerated lock content and updated pinned action SHAs for the flaky test auto-fixer workflow.
.github/workflows/flaky-test-detector.agent.lock.yml Regenerated lock content and updated pinned action SHAs for the flaky test detector workflow.

💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.

Comment thread .github/workflows/review-on-open.agent.lock.yml
Comment thread .github/workflows/review-on-open.agent.lock.yml
Comment thread .github/workflows/flaky-test-fixer.agent.lock.yml
Comment thread .github/workflows/flaky-test-detector.agent.lock.yml
AR-May added a commit that referenced this pull request Sep 4, 2026
…14938)

The ignore rule for `github/gh-aw-actions` stopped matching: Dependabot
began treating sub-path actions as separate dependencies.

Since then four Dependabot bumps have slipped through and broken the
agentic workflows. #14842, #14870 and #14935 were the repairs.

These pins are generated by `gh aw compile` and must not be bumped on
their own.

### Changes Made

- Use the wildcard form documented by gh-aw, which also matches `/setup`
and `/setup-cli`.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
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.

[aw] Expert Code Review (on open) has stale lock file

4 participants