Skip to content

Commit 202c130

Browse files
committed
ci: pin peter-evans/create-pull-request v7.0.8 SHA
1 parent 133475e commit 202c130

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/automatic-updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
2626
- name: Create update PR
2727
id: cpr
28-
uses: peter-evans/create-pull-request@v7
28+
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
2929
with:
3030
token: ${{ secrets.GH_API_TOKEN }}
3131
author: "Node.js GitHub Bot <[email protected]>"

.github/workflows/official-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
4141
- name: Create PR in official-images
4242
id: create-pr
43-
uses: peter-evans/create-pull-request@v7
43+
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
4444
with:
4545
token: ${{ secrets.GH_API_TOKEN }}
4646
push-to-fork: nodejs/official-images

0 commit comments

Comments
 (0)