mirror of
https://github.com/nodejs/node.git
synced 2025-12-28 07:50:41 +00:00
tools: add missing pinned dependencies
PR-URL: https://github.com/nodejs/node/pull/47346 Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
This commit is contained in:
parent
50d510f0de
commit
bae4420c03
2
.github/workflows/daily-wpt-fyi.yml
vendored
2
.github/workflows/daily-wpt-fyi.yml
vendored
@ -98,7 +98,7 @@ jobs:
|
||||
run: rm -rf deps/undici
|
||||
- name: Checkout undici
|
||||
if: ${{ env.WPT_REPORT != '' }}
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
||||
with:
|
||||
repository: nodejs/undici
|
||||
persist-credentials: false
|
||||
|
||||
2
.github/workflows/notify-on-push.yml
vendored
2
.github/workflows/notify-on-push.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
||||
permissions:
|
||||
pull-requests: write
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
||||
with:
|
||||
persist-credentials: false
|
||||
- name: Check commit message
|
||||
|
||||
6
.github/workflows/update-openssl.yml
vendored
6
.github/workflows/update-openssl.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
if: github.repository == 'nodejs/node'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
||||
with:
|
||||
persist-credentials: false
|
||||
- name: Check if update branch already exists
|
||||
@ -39,7 +39,7 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GH_USER_TOKEN }}
|
||||
- name: Create PR with first commit
|
||||
if: env.HAS_UPDATE
|
||||
uses: gr2m/create-or-update-pull-request-action@v1
|
||||
uses: gr2m/create-or-update-pull-request-action@df20b2c073090271599a08c55ae26e0c3522b329 # v1.9.2
|
||||
# Creates a PR with the new OpenSSL source code committed
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GH_USER_TOKEN }}
|
||||
@ -61,7 +61,7 @@ jobs:
|
||||
- name: Add second commit
|
||||
# Adds a second commit to the PR with the generated platform-dependent files
|
||||
if: env.HAS_UPDATE
|
||||
uses: gr2m/create-or-update-pull-request-action@v1
|
||||
uses: gr2m/create-or-update-pull-request-action@df20b2c073090271599a08c55ae26e0c3522b329 # v1.9.2
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GH_USER_TOKEN }}
|
||||
with:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user