Commit 7185461
authored
fix(ci): pin release-please-action by commit SHA (not annotated-tag SHA) (#16)
PR #15 pinned googleapis/release-please-action @v4 to 8b8fd2cc — the
*tag object* SHA returned by gh api git/refs/tags/v4. OpenSSF
Scorecard's Pinned-Dependencies imposter-commit check rejects
tag-object SHAs because they aren't commits.
Dereference the annotated tag (gh api git/tags/<tag-obj>) -> commit
5c625bfb5d1ff62eadeeb3772007f7f66fdcf071.
Companion to Public_FATHOM #17 and Public_AccessibilityProject #23.1 parent fd25f85 commit 7185461
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments