Commit 164c123
fix(ci): use commit SHA for ossf/scorecard-action, not tag-object SHA (#156)
The Scorecard publish API verifies that the workflow SHA belongs to a
commit in ossf/scorecard-action. The tag v2.4.3 is annotated, so its
tag-object SHA (99c09fe) is different from the commit SHA it points to
(4eaacf05). Using the tag-object SHA caused: "imposter commit does not
belong to ossf/scorecard-action".
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent c650d0f commit 164c123
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments