Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 233b628

Browse filesBrowse files
mateonuneztargos
authored andcommitted
tools: add missing pinned dependencies
PR-URL: #47346 Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
1 parent 180d365 commit 233b628
Copy full SHA for 233b628

File tree

Expand file treeCollapse file tree

3 files changed

+5
-5
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

3 files changed

+5
-5
lines changed
Open diff view settings
Collapse file

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

Copy file name to clipboardExpand all lines: .github/workflows/daily-wpt-fyi.yml
+1-1Lines changed: 1 addition & 1 deletion
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
Collapse file

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

Copy file name to clipboardExpand all lines: .github/workflows/notify-on-push.yml
+1-1Lines changed: 1 addition & 1 deletion
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
Collapse file

‎.github/workflows/update-openssl.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/update-openssl.yml
+3-3Lines changed: 3 additions & 3 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.