Skip to content

Commit 75098a9

Browse files
MikeMcC399aduh95
authored andcommitted
tools: update gr2m/create-or-update-pull-request-action to v1.10.1
Signed-off-by: Mike McCready <[email protected]> PR-URL: #63065 Fixes: #62990 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: René <[email protected]>
1 parent 08b6ac0 commit 75098a9

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
@@ -50,7 +50,8 @@ jobs:
5050

5151
- name: Open Pull Request
5252
if: ${{ env.new_version != env.current_version }}
53-
uses: gr2m/create-or-update-pull-request-action@77596e3166f328b24613f7082ab30bf2d93079d5 # Create a PR or update the Action's existing PR
53+
# Create a PR or update the Action's existing PR
54+
uses: gr2m/create-or-update-pull-request-action@b65137ca591da0b9f43bad7b24df13050ea45d1b # v1.10.1
5455
env:
5556
GITHUB_TOKEN: ${{ secrets.GH_USER_TOKEN }}
5657
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
@@ -76,7 +76,7 @@ jobs:
7676
SUBSYSTEM: ${{ matrix.subsystem }}
7777

7878
- name: Open or update PR for the subsystem update
79-
uses: gr2m/create-or-update-pull-request-action@77596e3166f328b24613f7082ab30bf2d93079d5
79+
uses: gr2m/create-or-update-pull-request-action@b65137ca591da0b9f43bad7b24df13050ea45d1b # v1.10.1
8080
with:
8181
# The create-or-update-pull-request-action matches the branch name by prefix,
8282
# 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)