Hey folks,
I'm running into an issue with our github action suddenly failing today. Was there any changes on the infra side?
I'm seeing
Error
The action astral-sh/setup-uv@v7 is not allowed in apache/iceberg-python because all actions must be from a repository owned by your enterprise, created by GitHub, or match one of the patterns
I see the astral-sh/setup-uv allowlist here but looking through the commit history, astral-sh/setup-uv@v7 was never allowed. Why did it start failing today?
More importantly, because the action failed on "startup failure", it is ignored in my PR (apache/iceberg-python#3171). Everything looks green even though the CI failed to start. This can be a huge footgun.