Conversation
Agent-Logs-Url: https://github.com/DavidKRK/DavidKRK.github.io/sessions/eb4d56b0-0d28-4d60-b06b-304fff291eb9 Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com>
|
|
There was a problem hiding this comment.
Pull request overview
Pins calibreapp/image-actions to a specific commit SHA in the automation workflow to avoid GitHub Actions’ major-version alias resolution failure for this action’s tag scheme.
Changes:
- Replace
calibreapp/image-actions@1.4.1with a commit SHA (annotated as# 1.4.1) in theoptimize-imagesjob.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Le fix est déjà en place et vérifié ✅ La ligne |
optimize-imagesjob was failing because GitHub Actions internally attempts to resolve av1major-version alias when given@1.4.1—calibreapp/image-actionsonly publishes unprefixed exact tags (1.4.1, notv1.4.1/v1), so resolution fails.Changes
.github/workflows/automation-suite.yml: Replacecalibreapp/image-actions@1.4.1with its commit SHA, bypassing version alias resolution entirely.