Pin Dependabot major-review workflow to a cached Copilot CLI version - #426
Merged
Merged
Conversation
Co-authored-by: BenjaminMichaelis <[email protected]>
Copilot
AI
changed the title
[WIP] Fix failing GitHub Actions job 'agent'
Pin Dependabot major-review workflow to a cached Copilot CLI version
Aug 12, 2026
BenjaminMichaelis
marked this pull request as ready for review
August 12, 2026 17:49
There was a problem hiding this comment.
Pull request overview
Pins the Dependabot Major Version Reviewer Agentic Workflow to a specific GitHub Copilot CLI engine version to avoid failing version resolution/download during workflow startup.
Changes:
- Updated the workflow source to declare the Copilot engine as an object and pin
version: 1.0.56. - Recompiled the generated lock workflow so install/run metadata and the Copilot CLI install step target
1.0.56directly.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| .github/workflows/dependabot-major-review.md | Pins the Copilot engine/version in the workflow source definition. |
| .github/workflows/dependabot-major-review.lock.yml | Updates the generated workflow metadata/env/install step to request Copilot CLI 1.0.56. |
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
401
to
403
| GH_AW_ASSETS_MAX_SIZE_KB: 0 | ||
| GH_AW_ENGINE_VERSION: 1.0.56 | ||
| GH_AW_MCP_LOG_DIR: /tmp/gh-aw/mcp-logs/safeoutputs |
Comment on lines
+8
to
+10
| engine: | ||
| id: copilot | ||
| version: 1.0.56 |
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.
The
Dependabot Major Version Reviewerworkflow was failing in theagentjob before execution started. gh-aw resolved Copilot CLI1.0.79, rejected the runner’s cached1.0.56, and then failed on the release download path.Workflow source
.github/workflows/dependabot-major-review.mdto declare the Copilot engine explicitly and pin its version to1.0.56.Generated workflow
.github/workflows/dependabot-major-review.lock.ymlso the install steps request1.0.56directly instead of falling back to compat-based resolution.Effect
Install GitHub Copilot CLI.