fix: Restore deploy-versioned-pages actions - #179
Merged
AlexanderLanin merged 1 commit intoAug 3, 2026
Conversation
The old docs workflow uses this action @main and now fails. Due the use of `pull_request_target` this makes even switching to the new docs workflow impossible. Thus restore it until all users are migrated. Caused by eclipse-score#124
lurtz
marked this pull request as ready for review
August 3, 2026 20:00
lurtz
requested review from
AlexanderLanin,
MaximilianSoerenPollak,
PiotrKorkus,
dcalavrezo-qorix,
nradakovic,
opajonk and
pawelrutkaq
as code owners
August 3, 2026 20:00
AlexanderLanin
approved these changes
Aug 3, 2026
Member
|
temp for some hours / days / weeks, before we delete it again. must be on "main" for legacy workflows 😢 |
Chahult
added a commit
to Chahult/config_management
that referenced
this pull request
Aug 10, 2026
eclipse-score/cicd-workflows#124 split docs.yml into build-only docs.yml + docs-publish.yml, but per eclipse-score/cicd-workflows#179 this broke PR-head checkout for pull_request_target events (upstream-acknowledged, still unresolved). Revert docs.yml to the same pre-split commit already used by baselibs/logging/communication's external deps, which builds and deploys docs in one reusable workflow and correctly checks out the PR head via github.event.pull_request.head.ref regardless of pull_request_target. - docs.yml: pin to af347722c7ae3ed85518895c11268d96ac728f62 (baselibs' pin) and drop the now-unneeded manual refs/pull/<n>/head checkout hack. - remove docs-publish.yml: deploy is handled internally by the pinned docs.yml's docs-deploy job, so no separate publish caller is needed. - copyright.yml, format.yml, license_check.yml, docs-cleanup.yml: unrelated to this bug, pins left unchanged from the prior fixed-SHA pinning commit.
Chahult
added a commit
to Chahult/config_management
that referenced
this pull request
Aug 10, 2026
eclipse-score/cicd-workflows#124 split docs.yml into build-only docs.yml + docs-publish.yml, but per eclipse-score/cicd-workflows#179 this broke PR-head checkout for pull_request_target events (upstream-acknowledged, still unresolved). Revert docs.yml to the same pre-split commit already used by baselibs/logging/communication's external deps, which builds and deploys docs in one reusable workflow and correctly checks out the PR head via github.event.pull_request.head.ref regardless of pull_request_target. - docs.yml: pin to af347722c7ae3ed85518895c11268d96ac728f62 (baselibs' pin) and drop the now-unneeded manual refs/pull/<n>/head checkout hack. - remove docs-publish.yml: deploy is handled internally by the pinned docs.yml's docs-deploy job, so no separate publish caller is needed. - copyright.yml, format.yml, license_check.yml, docs-cleanup.yml: unrelated to this bug, pins left unchanged from the prior fixed-SHA pinning commit.
michaelsaborov
pushed a commit
to eclipse-score/config_management
that referenced
this pull request
Aug 11, 2026
eclipse-score/cicd-workflows#124 split docs.yml into build-only docs.yml + docs-publish.yml, but per eclipse-score/cicd-workflows#179 this broke PR-head checkout for pull_request_target events (upstream-acknowledged, still unresolved). Revert docs.yml to the same pre-split commit already used by baselibs/logging/communication's external deps, which builds and deploys docs in one reusable workflow and correctly checks out the PR head via github.event.pull_request.head.ref regardless of pull_request_target. - docs.yml: pin to af347722c7ae3ed85518895c11268d96ac728f62 (baselibs' pin). - copyright.yml, format.yml, license_check.yml, docs-cleanup.yml: pin to a fixed commit SHA instead of floating @main so upstream changes to these reusable workflows cannot silently alter our CI behavior.
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 old docs workflow uses this action @main and now fails. Due the use of
pull_request_targetthis makes even switching to the new docs workflow impossible. Thus restore it until all users are migrated.Caused by #124