mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
tools: fix create-or-update-pull-request-action hash on GHA
Refs: https://github.com/nodejs/node/pull/45022#issuecomment-1290397901 PR-URL: https://github.com/nodejs/node/pull/45166 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
This commit is contained in:
2
.github/workflows/authors.yml
vendored
2
.github/workflows/authors.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
||||
fetch-depth: '0' # This is required to actually get all the authors
|
||||
persist-credentials: false
|
||||
- run: tools/update-authors.mjs # Run the AUTHORS tool
|
||||
- uses: gr2m/create-or-update-pull-request-action@cb63b1c12a6c32d49cc613469950581413b29245
|
||||
- uses: gr2m/create-or-update-pull-request-action@dc1726cbf4dd3ce766af4ec29cfb660e0125e8ee
|
||||
# Creates a PR or update the Action's existing PR, or
|
||||
# no-op if the base branch is already up-to-date.
|
||||
env:
|
||||
|
||||
@@ -33,7 +33,7 @@ jobs:
|
||||
run: tools/find-inactive-collaborators.mjs
|
||||
|
||||
- name: Open pull request
|
||||
uses: gr2m/create-or-update-pull-request-action@cb63b1c12a6c32d49cc613469950581413b29245
|
||||
uses: gr2m/create-or-update-pull-request-action@dc1726cbf4dd3ce766af4ec29cfb660e0125e8ee
|
||||
# Creates a PR or update the Action's existing PR, or
|
||||
# no-op if the base branch is already up-to-date.
|
||||
env:
|
||||
|
||||
2
.github/workflows/find-inactive-tsc.yml
vendored
2
.github/workflows/find-inactive-tsc.yml
vendored
@@ -42,7 +42,7 @@ jobs:
|
||||
run: tools/find-inactive-tsc.mjs >> $GITHUB_ENV
|
||||
|
||||
- name: Open pull request
|
||||
uses: gr2m/create-or-update-pull-request-action@cb63b1c12a6c32d49cc613469950581413b29245
|
||||
uses: gr2m/create-or-update-pull-request-action@dc1726cbf4dd3ce766af4ec29cfb660e0125e8ee
|
||||
# Creates a PR or update the Action's existing PR, or
|
||||
# no-op if the base branch is already up-to-date.
|
||||
env:
|
||||
|
||||
2
.github/workflows/license-builder.yml
vendored
2
.github/workflows/license-builder.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
||||
with:
|
||||
persist-credentials: false
|
||||
- run: ./tools/license-builder.sh # Run the license builder tool
|
||||
- uses: gr2m/create-or-update-pull-request-action@cb63b1c12a6c32d49cc613469950581413b29245
|
||||
- uses: gr2m/create-or-update-pull-request-action@dc1726cbf4dd3ce766af4ec29cfb660e0125e8ee
|
||||
# Creates a PR or update the Action's existing PR, or
|
||||
# no-op if the base branch is already up-to-date.
|
||||
env:
|
||||
|
||||
2
.github/workflows/timezone-update.yml
vendored
2
.github/workflows/timezone-update.yml
vendored
@@ -37,7 +37,7 @@ jobs:
|
||||
- run: ./tools/update-timezone.mjs
|
||||
|
||||
- name: Open Pull Request
|
||||
uses: gr2m/create-or-update-pull-request-action@cb63b1c12a6c32d49cc613469950581413b29245 # Create a PR or update the Action's existing PR
|
||||
uses: gr2m/create-or-update-pull-request-action@dc1726cbf4dd3ce766af4ec29cfb660e0125e8ee # Create a PR or update the Action's existing PR
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GH_USER_TOKEN }}
|
||||
with:
|
||||
|
||||
2
.github/workflows/tools.yml
vendored
2
.github/workflows/tools.yml
vendored
@@ -83,7 +83,7 @@ jobs:
|
||||
with:
|
||||
persist-credentials: false
|
||||
- run: ${{ matrix.run }}
|
||||
- uses: gr2m/create-or-update-pull-request-action@cb63b1c12a6c32d49cc613469950581413b29245
|
||||
- uses: gr2m/create-or-update-pull-request-action@dc1726cbf4dd3ce766af4ec29cfb660e0125e8ee
|
||||
# Creates a PR or update the Action's existing PR, or
|
||||
# no-op if the base branch is already up-to-date.
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user