Skip to content

Commit 11b7146

Browse files
authored
Upgrade create-pull-request action to v7.0.8 with commit signing (#2556)
Signed-off-by: Miguel Martinez <miguel@chainloop.dev>
1 parent 2bb154d commit 11b7146

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,11 @@ jobs:
174174
run: .github/workflows/utils/bump-project-version.sh ${{ github.ref_name }}
175175

176176
- name: Create Pull Request
177-
uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # v5.0.2
177+
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
178178
with:
179179
commit-message: Bump Chart and Dagger Version ${{ github.ref_name }}
180180
signoff: true
181+
sign-commits: true
181182
base: main
182183
title: Bump Helm Chart and Dagger Version => ${{ github.ref_name }}
183184
body: |

0 commit comments

Comments
 (0)