Allowlist carabiner v1.2.0 transitive ampel-bootstrap + download-and-verify#906
Open
potiuk wants to merge 1 commit into
Open
Conversation
…verify The hourly "Check for transitive failures in current latest actions" workflow has been failing on every scheduled run since the carabiner v1.2.0 bump. `ampel/verify@v1.2.0` (e0e3b814) transitively resolves `install/ampel-bootstrap` and `install/download-and-verify` at the same v1.2.0 monorepo commit (e0e3b814), but only three of the five carabiner sub-actions had that SHA allowlisted — these two were missed in the v1.2.0 sync, so the run is blocked with "is not allowed in apache/infrastructure-actions". Add e0e3b814 to both sub-action blocks in actions.yml as allowlisted-but- expiring transitive entries (the existing 9db1a064 stays the live, dependabot-tracked ref, so the composite is unchanged) and regenerate approved_patterns.yml via the gateway sync. Generated-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Problem
The hourly "Check for transitive failures in current latest actions" workflow has been failing on every scheduled run since the carabiner v1.2.0 bump:
carabiner-dev/actionsis a monorepo, so every sub-action at tagv1.2.0is commite0e3b814.ampel/verify@v1.2.0transitively resolvesinstall/ampel-bootstrapandinstall/download-and-verifyat that samee0e3b814commit, but only three of the five carabiner sub-actions in use had the v1.2.0 SHA allowlisted:e0e3b814) before this PRampel/verifyinstall/ampelinstall/bndinstall/ampel-bootstrapinstall/download-and-verifyGitHub aborts on the first blocked action, so both needed adding.
Fix
Add
e0e3b814to both sub-action blocks inactions.ymlas allowlisted-but-expiring transitive entries (mirroring the existing2a11d59a/6022a065transitive entries). The existing9db1a064stays the live, dependabot-tracked ref, so the composite action is unchanged.approved_patterns.ymlwas regenerated via the gateway sync (update_actions/update_workflow/update_patterns).Verification
gateway/test_gateway.py: 8 passedapproved_patterns.yml(the two SHAs) and the documented entries inactions.yml; composite untouched.🤖 Generated with Claude Code