From 1c4993be1190736d45ff7572191f8f768911122d Mon Sep 17 00:00:00 2001 From: Todd Baert Date: Tue, 26 May 2026 15:18:47 -0400 Subject: [PATCH] chore: sign off release-please commits and pin action SHA Signed-off-by: Todd Baert --- .github/workflows/release-please.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 750dbba..eb6f705 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -17,9 +17,10 @@ jobs: # Release-please creates a PR that tracks all changes steps: - - uses: googleapis/release-please-action@v5 + - uses: googleapis/release-please-action@45996ed1f6d02564a971a2fa1b5860e934307cf7 # v5 with: token: ${{ secrets.RELEASE_PLEASE_ACTION_TOKEN }} + signoff: 'OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>' # TODO: publishing goes here # publish: