Skip to content

[INFRA-27887] Use pinned allowed versions for actions#252

Merged
snuyanzin merged 2 commits intoapache:masterfrom
snuyanzin:infra27887
May 6, 2026
Merged

[INFRA-27887] Use pinned allowed versions for actions#252
snuyanzin merged 2 commits intoapache:masterfrom
snuyanzin:infra27887

Conversation

@snuyanzin
Copy link
Copy Markdown
Contributor

@snuyanzin snuyanzin commented May 6, 2026

After required actions are added into whitelist with pinned versions
apache/infrastructure-actions#803

this could continue to unblock CI

  1. The PR adds a workflow to check whether used versions are allowed by Apache or not
  2. It uses pinned versions from the whitelists https://github.com/apache/infrastructure-actions/blob/main/actions.yml

this is to mitigate the problem of failing actions like

https://github.com/apache/flink-docker/actions/runs/25377968285

The actions docker/setup-qemu-action@v3, docker/setup-buildx-action@v3, docker/login-action@v3, and docker/build-push-action@v5 are not allowed in apache/flink-docker because all actions must be from a repository owned by your enterprise, created by GitHub

@snuyanzin snuyanzin merged commit 4bf53e7 into apache:master May 6, 2026
13 checks passed
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.

2 participants