Skip to content

Commit f88fba4

Browse files
committed
Pin GitHub PR action to commit hash
1 parent 4e4891a commit f88fba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/openclaw-release-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
5050
- name: Create or update pull request
5151
if: steps.versions.outputs.update_needed == 'true'
52-
uses: peter-evans/create-pull-request@v6
52+
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
5353
with:
5454
token: ${{ secrets.GITHUB_TOKEN }}
5555
branch: bot/openclaw-update-${{ steps.versions.outputs.latest_version }}

0 commit comments

Comments
 (0)