Skip to content

Commit dffc233

Browse files
committed
tools: update gr2m/create-or-update-pull-request-action to v1.10.1
Signed-off-by: Mike McCready <[email protected]>
1 parent 9ab960a commit dffc233

6 files changed

Lines changed: 8 additions & 7 deletions

File tree

.github/workflows/find-inactive-collaborators.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: tools/find-inactive-collaborators.mjs
3434

3535
- name: Open pull request
36-
uses: gr2m/create-or-update-pull-request-action@77596e3166f328b24613f7082ab30bf2d93079d5
36+
uses: gr2m/create-or-update-pull-request-action@b65137ca591da0b9f43bad7b24df13050ea45d1b # v1.10.1
3737
# Creates a PR or update the Action's existing PR, or
3838
# no-op if the base branch is already up-to-date.
3939
env:

.github/workflows/find-inactive-tsc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: tools/find-inactive-tsc.mjs >> $GITHUB_ENV
4343

4444
- name: Open pull request
45-
uses: gr2m/create-or-update-pull-request-action@77596e3166f328b24613f7082ab30bf2d93079d5
45+
uses: gr2m/create-or-update-pull-request-action@b65137ca591da0b9f43bad7b24df13050ea45d1b # v1.10.1
4646
# Creates a PR or update the Action's existing PR, or
4747
# no-op if the base branch is already up-to-date.
4848
env:

.github/workflows/license-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
persist-credentials: false
2323
- run: ./tools/license-builder.sh # Run the license builder tool
24-
- uses: gr2m/create-or-update-pull-request-action@86ec1766034c8173518f61d2075cc2a173fb8c97 # v1.9.4
24+
- uses: gr2m/create-or-update-pull-request-action@b65137ca591da0b9f43bad7b24df13050ea45d1b # v1.10.1
2525
# Creates a PR or update the Action's existing PR, or
2626
# no-op if the base branch is already up-to-date.
2727
env:

.github/workflows/timezone-update.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ jobs:
5151

5252
- name: Open Pull Request
5353
if: ${{ env.new_version != env.current_version }}
54-
uses: gr2m/create-or-update-pull-request-action@77596e3166f328b24613f7082ab30bf2d93079d5 # Create a PR or update the Action's existing PR
54+
# Create a PR or update the Action's existing PR
55+
uses: gr2m/create-or-update-pull-request-action@b65137ca591da0b9f43bad7b24df13050ea45d1b # v1.10.1
5556
env:
5657
GITHUB_TOKEN: ${{ secrets.GH_USER_TOKEN }}
5758
with:

.github/workflows/update-openssl.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
GITHUB_TOKEN: ${{ secrets.GH_USER_TOKEN }}
2929
- name: Create PR with first commit
3030
if: env.NEW_VERSION
31-
uses: gr2m/create-or-update-pull-request-action@77596e3166f328b24613f7082ab30bf2d93079d5
31+
uses: gr2m/create-or-update-pull-request-action@b65137ca591da0b9f43bad7b24df13050ea45d1b # v1.10.1
3232
# Creates a PR with the new OpenSSL source code committed
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.GH_USER_TOKEN }}
@@ -51,7 +51,7 @@ jobs:
5151
- name: Add second commit
5252
# Adds a second commit to the PR with the generated platform-dependent files
5353
if: env.NEW_VERSION
54-
uses: gr2m/create-or-update-pull-request-action@77596e3166f328b24613f7082ab30bf2d93079d5
54+
uses: gr2m/create-or-update-pull-request-action@b65137ca591da0b9f43bad7b24df13050ea45d1b # v1.10.1
5555
env:
5656
GITHUB_TOKEN: ${{ secrets.GH_USER_TOKEN }}
5757
with:

.github/workflows/update-wpt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
SUBSYSTEM: ${{ matrix.subsystem }}
6969

7070
- name: Open or update PR for the subsystem update
71-
uses: gr2m/create-or-update-pull-request-action@77596e3166f328b24613f7082ab30bf2d93079d5
71+
uses: gr2m/create-or-update-pull-request-action@b65137ca591da0b9f43bad7b24df13050ea45d1b # v1.10.1
7272
with:
7373
# The create-or-update-pull-request-action matches the branch name by prefix,
7474
# which is why we need to add the -wpt suffix. If we dont do that, we risk matching wrong PRs,

0 commit comments

Comments
 (0)