Skip to content

Commit 9e82563

Browse files
committed
document the version that causes problems here
Signed-off-by: William Woodruff <william@yossarian.net>
1 parent e5d47f8 commit 9e82563

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Library/Homebrew/attestation.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,8 @@ def self.check_attestation(bottle, signing_repo, signing_workflow = nil, subject
168168
# As of 2024-12-04 GitHub's Artifact Attestation feature can put multiple subjects
169169
# in a single attestation, so we check every subject in each attestation
170170
# and select the first attestation with a matching subject.
171+
# In particular, this happens with v2.0.0 and later of the
172+
# `actions/attest-build-provenance` action.
171173
subject = bottle.filename.to_s if subject.blank?
172174

173175
attestation = if bottle.tag.to_sym == :all

0 commit comments

Comments
 (0)