Allow carabiner-dev/actions/install/ampel-bootstrap@2a11d59a (v1.1.7)#974
Open
potiuk wants to merge 1 commit into
Open
Allow carabiner-dev/actions/install/ampel-bootstrap@2a11d59a (v1.1.7)#974potiuk wants to merge 1 commit into
potiuk wants to merge 1 commit into
Conversation
The nightly "Check for transitive failures" workflow has been failing on every run: the transitive chain ampel/verify@v1.2.0 -> install/download-and-verify@v1.1.7 -> ampel-bootstrap@v1.1.7 resolves to carabiner-dev/actions@2a11d59a..., which was not in the allowlist. The same commit (tag v1.1.7) is already approved for the sibling subpaths install/ampel, install/bnd, and install/download-and-verify; ampel-bootstrap was simply missed. Add it to actions.yml (mirroring the siblings: tag v1.1.7, expires_at 2026-08-16) and regenerate approved_patterns.yml via gateway. Generated-by: Claude Opus 4.8 (1M context)
Member
Author
|
Hey @dfoulks1 @ppkarwasz -> needs that one to finallly fix the periodic check for transitive actions: https://github.com/apache/infrastructure-actions/actions/runs/28320386786 |
Member
|
I am OK with adding any version of
|
ppkarwasz
approved these changes
Jun 28, 2026
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 nightly Check for transitive failures workflow has been failing on every run. The transitive chain
resolves to
carabiner-dev/actions/install/ampel-bootstrap@2a11d59a135c5e291f305f249a92ad7903e3ee0f, which is not in the allowlist, so the runner blocks it.Fix
The commit
2a11d59a(tagv1.1.7) is already approved for the sibling subpathsinstall/ampel,install/bnd, andinstall/download-and-verify—ampel-bootstrapwas simply missed. This adds it toactions.yml(mirroring the siblings:tag: v1.1.7,expires_at: 2026-08-16) and regeneratesapproved_patterns.ymlviagateway.Same already-vetted monorepo commit, no new/untrusted dependency.
Generated-by: Claude Opus 4.8 (1M context)