Skip to content

fix: pin calibreapp/image-actions to SHA to resolve v1 alias lookup failure#177

Merged
DavidKRK merged 2 commits intogh-pagesfrom
copilot/update-automation-suite-workflow-again
Apr 15, 2026
Merged

fix: pin calibreapp/image-actions to SHA to resolve v1 alias lookup failure#177
DavidKRK merged 2 commits intogh-pagesfrom
copilot/update-automation-suite-workflow-again

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 15, 2026

optimize-images job was failing because GitHub Actions internally attempts to resolve a v1 major-version alias when given @1.4.1calibreapp/image-actions only publishes unprefixed exact tags (1.4.1, not v1.4.1/v1), so resolution fails.

Changes

  • .github/workflows/automation-suite.yml: Replace calibreapp/image-actions@1.4.1 with its commit SHA, bypassing version alias resolution entirely.
# Before
uses: calibreapp/image-actions@1.4.1

# After
uses: calibreapp/image-actions@f32575787d333b0579f0b7d506ff03be63a669d1 # 1.4.1

@bolt-new-by-stackblitz
Copy link
Copy Markdown

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@DavidKRK DavidKRK marked this pull request as ready for review April 15, 2026 15:12
Copilot AI review requested due to automatic review settings April 15, 2026 15:12
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

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.1 with a commit SHA (annotated as # 1.4.1) in the optimize-images job.

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

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

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.

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

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.

@DavidKRK DavidKRK self-requested a review April 15, 2026 15:31
Copy link
Copy Markdown
Owner

@DavidKRK DavidKRK left a comment

Choose a reason for hiding this comment

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

@copilot @anthropic-code-agent @anthropic-code-agent @openai-code-agent vérifiez et faites un commit et push si ok

Copy link
Copy Markdown
Contributor Author

Copilot AI commented Apr 15, 2026

@copilot @anthropic-code-agent @anthropic-code-agent @openai-code-agent vérifiez et faites un commit et push si ok

Le fix est déjà en place et vérifié ✅

La ligne calibreapp/image-actions@1.4.1calibreapp/image-actions@f32575787d333b0579f0b7d506ff03be63a669d1 # 1.4.1 est bien présente dans la branche (commit f2c7343). Aucune modification supplémentaire nécessaire.

@DavidKRK DavidKRK merged commit 98f9c46 into gh-pages Apr 15, 2026
14 of 16 checks passed
Copilot stopped work on behalf of DavidKRK due to an error April 15, 2026 15:36
Copilot AI requested a review from DavidKRK April 15, 2026 15:36
Copy link
Copy Markdown
Owner

@DavidKRK DavidKRK left a comment

Choose a reason for hiding this comment

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

J approuve

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