Skip to content

Pin Dependabot major-review workflow to a cached Copilot CLI version - #426

Merged
BenjaminMichaelis merged 2 commits into
mainfrom
copilot/fix-github-actions-job-agent
Aug 12, 2026
Merged

Pin Dependabot major-review workflow to a cached Copilot CLI version#426
BenjaminMichaelis merged 2 commits into
mainfrom
copilot/fix-github-actions-job-agent

Conversation

Copilot AI commented Aug 12, 2026

Copy link
Copy Markdown

The Dependabot Major Version Reviewer workflow was failing in the agent job before execution started. gh-aw resolved Copilot CLI 1.0.79, rejected the runner’s cached 1.0.56, and then failed on the release download path.

  • Workflow source

    • Updated .github/workflows/dependabot-major-review.md to declare the Copilot engine explicitly and pin its version to 1.0.56.
  • Generated workflow

    • Recompiled .github/workflows/dependabot-major-review.lock.yml so the install steps request 1.0.56 directly instead of falling back to compat-based resolution.
  • Effect

    • Keeps the workflow on a known available CLI version and avoids the failing network fetch during Install GitHub Copilot CLI.
engine:
  id: copilot
  version: 1.0.56

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
BenjaminMichaelis marked this pull request as ready for review August 12, 2026 17:49
Copilot AI temporarily deployed to BuildAndUploadImage August 12, 2026 17:49 Inactive
Copilot AI lite review requested due to automatic review settings August 12, 2026 17:49

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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.56 directly.

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
@BenjaminMichaelis
BenjaminMichaelis merged commit af66fb0 into main Aug 12, 2026
8 checks passed
@BenjaminMichaelis
BenjaminMichaelis deleted the copilot/fix-github-actions-job-agent branch August 12, 2026 18:00
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.

3 participants