We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 133475e commit 202c130Copy full SHA for 202c130
.github/workflows/automatic-updates.yml
@@ -25,7 +25,7 @@ jobs:
25
26
- name: Create update PR
27
id: cpr
28
- uses: peter-evans/create-pull-request@v7
+ uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
29
with:
30
token: ${{ secrets.GH_API_TOKEN }}
31
author: "Node.js GitHub Bot <[email protected]>"
.github/workflows/official-pr.yml
@@ -40,7 +40,7 @@ jobs:
40
41
- name: Create PR in official-images
42
id: create-pr
43
44
45
46
push-to-fork: nodejs/official-images
0 commit comments