Skip to content

Commit 233b628

Browse files
mateonuneztargos
authored andcommitted
tools: add missing pinned dependencies
PR-URL: #47346 Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
1 parent 180d365 commit 233b628

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/daily-wpt-fyi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
run: rm -rf deps/undici
9999
- name: Checkout undici
100100
if: ${{ env.WPT_REPORT != '' }}
101-
uses: actions/checkout@v3
101+
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
102102
with:
103103
repository: nodejs/undici
104104
persist-credentials: false

.github/workflows/notify-on-push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
permissions:
3535
pull-requests: write
3636
steps:
37-
- uses: actions/checkout@v3
37+
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
3838
with:
3939
persist-credentials: false
4040
- name: Check commit message

.github/workflows/update-openssl.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
if: github.repository == 'nodejs/node'
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
1818
with:
1919
persist-credentials: false
2020
- name: Check if update branch already exists
@@ -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@v1
42+
uses: gr2m/create-or-update-pull-request-action@df20b2c073090271599a08c55ae26e0c3522b329 # v1.9.2
4343
# Creates a PR with the new OpenSSL source code committed
4444
env:
4545
GITHUB_TOKEN: ${{ secrets.GH_USER_TOKEN }}
@@ -61,7 +61,7 @@ jobs:
6161
- name: Add second commit
6262
# Adds a second commit to the PR with the generated platform-dependent files
6363
if: env.HAS_UPDATE
64-
uses: gr2m/create-or-update-pull-request-action@v1
64+
uses: gr2m/create-or-update-pull-request-action@df20b2c073090271599a08c55ae26e0c3522b329 # v1.9.2
6565
env:
6666
GITHUB_TOKEN: ${{ secrets.GH_USER_TOKEN }}
6767
with:

0 commit comments

Comments
 (0)