Skip to content

Commit 608145a

Browse files
authored
ci: lock down third party action (#198)
Its best practice to lock down third party actions to hash, since the tags are not immutable. Follow up to #193
1 parent 371d5e7 commit 608145a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cron.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: npm install
2424
- name: Update
2525
run: npm run update:unicode
26-
- uses: peter-evans/create-pull-request@v6
26+
- uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c
2727
with:
2828
commit-message: "fix: updates unicode resource with latest"
2929
branch: update-unicode-resource
@@ -44,7 +44,7 @@ jobs:
4444
run: npm install
4545
- name: Update
4646
run: npm run update:test262:extract
47-
- uses: peter-evans/create-pull-request@v6
47+
- uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c
4848
with:
4949
commit-message: "test: updates test cases extracted from test262"
5050
branch: update-test262

0 commit comments

Comments
 (0)