Skip to content

Commit 01bc10d

Browse files
richardlauruyadorno
authored andcommitted
tools: update create-or-update-pull-request-action
Use the same commit SHA for this action as used in our other workflows. Refs: #46169 Refs: #45022 (comment) PR-URL: #48398 Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
1 parent 590a072 commit 01bc10d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-openssl.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
GITHUB_TOKEN: ${{ secrets.GH_USER_TOKEN }}
4040
- name: Create PR with first commit
4141
if: env.HAS_UPDATE
42-
uses: gr2m/create-or-update-pull-request-action@df20b2c073090271599a08c55ae26e0c3522b329 # v1.9.2
42+
uses: gr2m/create-or-update-pull-request-action@77596e3166f328b24613f7082ab30bf2d93079d5
4343
# Creates a PR with the new OpenSSL source code committed
4444
env:
4545
GITHUB_TOKEN: ${{ secrets.GH_USER_TOKEN }}
@@ -62,7 +62,7 @@ jobs:
6262
- name: Add second commit
6363
# Adds a second commit to the PR with the generated platform-dependent files
6464
if: env.HAS_UPDATE
65-
uses: gr2m/create-or-update-pull-request-action@df20b2c073090271599a08c55ae26e0c3522b329 # v1.9.2
65+
uses: gr2m/create-or-update-pull-request-action@77596e3166f328b24613f7082ab30bf2d93079d5
6666
env:
6767
GITHUB_TOKEN: ${{ secrets.GH_USER_TOKEN }}
6868
with:

0 commit comments

Comments
 (0)