Skip to content

[TASK] Update and SHA-pin all GitHub Actions#1184

Open
CybotTM wants to merge 2 commits intoTYPO3-Documentation:mainfrom
CybotTM:feature/update-actions
Open

[TASK] Update and SHA-pin all GitHub Actions#1184
CybotTM wants to merge 2 commits intoTYPO3-Documentation:mainfrom
CybotTM:feature/update-actions

Conversation

@CybotTM
Copy link
Copy Markdown
Contributor

@CybotTM CybotTM commented Feb 22, 2026

Summary

Updates and SHA-pins all GitHub Actions in non-CI workflow files for supply
chain security.

main.yaml is excluded from this PR — it will be migrated to shared reusable
workflows via #1196.

Files changed

  • .github/workflows/docker.yaml — metadata-action, login-action, setup-qemu, setup-buildx, build-push, upload/download-artifact
  • .github/workflows/docker-test.yaml — checkout version comment
  • .github/workflows/deploy-azure-assets.yaml — checkout version comment
  • .github/workflows/split-repositories.yaml — checkout, cache, use-github-token, use-subsplit-publish
  • .github/workflows/pr-auto-merge.yaml — dependabot/fetch-metadata
  • .github/workflows/pr-auto-approve.yaml — dependabot/fetch-metadata

Version updates

Action Old New SHA
docker/metadata-action SHA only v5.10.0 c299e40c
docker/login-action SHA only v3.7.0 c94ce9fb
docker/setup-qemu-action SHA only v3.7.0 c7c53464
docker/setup-buildx-action SHA only v3.12.0 8d2750c6
docker/build-push-action SHA only v6.19.2 10e90e36
actions/upload-artifact SHA only v6.0.0 b7c566a7
actions/download-artifact SHA only v7.0.0 37930b1c
dependabot/fetch-metadata SHA only v2.5.0 21025c70
frankdejonge/use-github-token SHA only 1.1.0 15e6289d
frankdejonge/use-subsplit-publish SHA only 1.1.0 00010151

Related

  • #1196 — Migrates main.yaml to shared reusable workflows

@CybotTM CybotTM marked this pull request as draft February 22, 2026 12:04
@CybotTM CybotTM changed the title [TASK] Update GitHub Actions to latest versions [TASK] Update and SHA-pin all GitHub Actions Feb 22, 2026
@CybotTM CybotTM marked this pull request as ready for review February 22, 2026 13:47
linawolf
linawolf previously approved these changes Mar 1, 2026
@linawolf
Copy link
Copy Markdown
Member

linawolf commented Mar 1, 2026

The best course of action seems to be to merge this and try it out and watch the first runs of the pipelines.

I see less risk in hardening the versions but you made major upgrades to some versions so we would have to watch the pipelines closely. Best would be to merge this when no TYPO3 Core releases are planned that week so we dont have suddenly all the important manuals rendering.

@CybotTM CybotTM force-pushed the feature/update-actions branch from c8903b8 to 123d809 Compare March 1, 2026 16:01
@sbuerk
Copy link
Copy Markdown

sbuerk commented Mar 2, 2026

Despite switching to commit hashes not discussing it for now, this pull-requests misses to provide a detail analysis and risk-assesment about raising marketplace action one or in some cases two major versions.

Actions following semver could introduce breaking things with new versions, dropping stuff and similar and possibile need adjustments. None of them is contained or mentioned in the pull-request nor the single commit messages.

Taken into account that this pull-request not only changes the version of official github provided actions, but also 3rd party market place actions this is would have to read that up.

Can you please provide a detailed risk-assesment about the raises and the analysis if there are changes or a statement about that it is okay with a reasoning for each of the updated action ?

Note

The list needs to be reviewable and easy verifiable, providing links
corresponding releases and/or upgrade information would be helpfull.

Important

DISCLAIMER Not part of the documentation team, above mentioned
statements are my personal view on this.

@CybotTM
Copy link
Copy Markdown
Contributor Author

CybotTM commented Mar 2, 2026

I am done with the PR, close it if it does not meet your ad-hoc requirements. I'm fine with rejecting this PR, would just be nice to have such requirements defined upfront not afterwards.

@CybotTM
Copy link
Copy Markdown
Contributor Author

CybotTM commented Mar 2, 2026

I added the major version changes, I skipped minor and bugfix, as these are already auto-merged currently.

@CybotTM
Copy link
Copy Markdown
Contributor Author

CybotTM commented Mar 2, 2026

Save CO² - update your node! ;-)

@linawolf linawolf dismissed their stale review March 2, 2026 07:25

Waiting for your discussion to resolve

@linawolf
Copy link
Copy Markdown
Member

linawolf commented Mar 2, 2026

To make review easie rand reduce scope, I would suggest to avoid mixing concerns and do the SHA pinning and Major version bumbs in separate PRs.

That way we can review the structural change (pinning) independently from the version upgrades.

Updates and SHA-pins all GitHub Actions in non-CI workflow files
(Docker, deploy, split-repositories, Dependabot auto-merge/approve).

main.yaml is excluded — it will be migrated to shared reusable
workflows via TYPO3-Documentation#1196.
@CybotTM CybotTM force-pushed the feature/update-actions branch from 0ac7156 to b678c6c Compare March 17, 2026 10:33
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