Skip to content

Commit 7185461

Browse files
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

File tree

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
release-please:
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: googleapis/release-please-action@8b8fd2cc23b2e18957157a9d923d75aa0c6f6ad5 # v4
25+
- uses: googleapis/release-please-action@5c625bfb5d1ff62eadeeb3772007f7f66fdcf071 # v4
2626
with:
2727
release-type: node
2828
# Single-package repo: no monorepo manifest needed; the action

0 commit comments

Comments
 (0)