Skip to content

Commit 97140ec

Browse files
authored
use forked GHA (#1298)
This minimizes a potential security attack vector.
1 parent cd3310a commit 97140ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/smart-quotes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
shell: bash
3838

3939
- name: Create pull request
40-
uses: peter-evans/create-pull-request@v7.0.8
40+
uses: dotnet/actions-create-pull-request@v4
4141
with:
4242
title: 'Run smarten on demand'
4343
body: 'Run the smarten action to create smart quotes'

.github/workflows/update-on-merge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
shell: bash
5757

5858
- name: Create pull request
59-
uses: peter-evans/create-pull-request@v7.0.8
59+
uses: dotnet/actions-create-pull-request@v4
6060
if: ${{ steps.renumber-sections.outputs.status }} == 'success' && ${{ steps.update-grammar.outputs.status }} == 'success'
6161
with:
6262
title: "Automated Section renumber and grammar extraction"

0 commit comments

Comments
 (0)