Skip to content

ci: fix docs-upstream workflow#13912

Merged
glours merged 1 commit into
docker:mainfrom
crazy-max:fix-validate-upstream
Jul 6, 2026
Merged

ci: fix docs-upstream workflow#13912
glours merged 1 commit into
docker:mainfrom
crazy-max:fix-validate-upstream

Conversation

@crazy-max

Copy link
Copy Markdown
Member

related to #13909

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
Copilot AI review requested due to automatic review settings July 6, 2026 15:18
@crazy-max crazy-max requested a review from a team as a code owner July 6, 2026 15:18
@crazy-max crazy-max requested review from glours and ndeloof July 6, 2026 15:18

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 updates the docs-upstream GitHub Actions workflow to run the upstream validation reusable workflow from docker/docs using the main branch ref instead of a pinned commit SHA, aiming to validate against the latest upstream docs changes.

Changes:

  • Switch docker/docs/.github/workflows/validate-upstream.yml reference from a pinned SHA to @main.
  • Add a zizmor ignore annotation for the unpinned reusable-workflow reference.


validate:
uses: docker/docs/.github/workflows/validate-upstream.yml@00aefd5eae73898c4d3bcd7a6fe95a039293706b # main 2026-03-24
uses: docker/docs/.github/workflows/validate-upstream.yml@main # zizmor: ignore[unpinned-uses] needs to validate against latest docs changes

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

That's why we have an exception it needs to run against latest changes

@docker-agent docker-agent 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.

Assessment: 🟢 APPROVE

The single-line change replaces a stale SHA-pinned reusable workflow reference (docker/docs/.github/workflows/validate-upstream.yml@00aefd5eae73898c4d3bcd7a6fe95a039293706b) with a floating @main reference. The deviation from the pinning policy is explicitly acknowledged and suppressed with # zizmor: ignore[unpinned-uses], with a clear rationale inline. No logic errors, broken step wiring, or YAML syntax issues are introduced. The change is intentional and correctly fixes the broken docs-upstream validation workflow.

@glours glours merged commit a666b63 into docker:main Jul 6, 2026
46 of 48 checks passed
@codecov

codecov Bot commented Jul 6, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@crazy-max crazy-max deleted the fix-validate-upstream branch July 6, 2026 15:29
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.

4 participants