Skip to content

Commit 9bdb47e

Browse files
authored
Merge branch 'master' into remove-llnode-tierlist
2 parents 08d80cf + b631086 commit 9bdb47e

File tree

782 files changed

+4145
-2836
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

782 files changed

+4145
-2836
lines changed

.github/workflows/authors.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616
fetch-depth: '0' # This is required to actually get all the authors
1717
persist-credentials: false
1818
- run: tools/update-authors.mjs # Run the AUTHORS tool
19-
- uses: gr2m/create-or-update-pull-request-action@v1 # Create a PR or update the Action's existing PR
19+
- uses: gr2m/create-or-update-pull-request-action@466b1b84c3291c6c69bc56377a6de54a1f4a297c
20+
# Creates a PR or update the Action's existing PR, or
21+
# no-op if the base branch is already up-to-date.
2022
env:
2123
GITHUB_TOKEN: ${{ secrets.GH_USER_TOKEN }}
2224
with:

.github/workflows/coverage-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ jobs:
6060
- name: Clean tmp
6161
run: rm -rf coverage/tmp && rm -rf out
6262
- name: Upload
63-
uses: codecov/codecov-action@v1
63+
uses: codecov/codecov-action@v3
6464
with:
6565
directory: ./coverage

.github/workflows/coverage-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ jobs:
6161
- name: Clean tmp
6262
run: npx rimraf ./coverage/tmp
6363
- name: Upload
64-
uses: codecov/codecov-action@v1
64+
uses: codecov/codecov-action@v3
6565
with:
6666
directory: ./coverage

.github/workflows/find-inactive-collaborators.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ jobs:
3030
run: tools/find-inactive-collaborators.mjs
3131

3232
- name: Open pull request
33-
uses: gr2m/create-or-update-pull-request-action@v1
33+
- uses: gr2m/create-or-update-pull-request-action@466b1b84c3291c6c69bc56377a6de54a1f4a297c
34+
# Creates a PR or update the Action's existing PR, or
35+
# no-op if the base branch is already up-to-date.
3436
env:
3537
GITHUB_TOKEN: ${{ secrets.GH_USER_TOKEN }}
3638
with:

.github/workflows/find-inactive-tsc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ jobs:
3939
run: tools/find-inactive-tsc.mjs >> $GITHUB_ENV
4040

4141
- name: Open pull request
42-
uses: gr2m/create-or-update-pull-request-action@v1
42+
- uses: gr2m/create-or-update-pull-request-action@466b1b84c3291c6c69bc56377a6de54a1f4a297c
43+
# Creates a PR or update the Action's existing PR, or
44+
# no-op if the base branch is already up-to-date.
4345
env:
4446
GITHUB_TOKEN: ${{ secrets.GH_USER_TOKEN }}
4547
with:

.github/workflows/license-builder.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ jobs:
1515
with:
1616
persist-credentials: false
1717
- run: ./tools/license-builder.sh # Run the license builder tool
18-
- uses: gr2m/create-or-update-pull-request-action@v1.x # Create a PR or update the Action's existing PR
18+
- uses: gr2m/create-or-update-pull-request-action@466b1b84c3291c6c69bc56377a6de54a1f4a297c
19+
# Creates a PR or update the Action's existing PR, or
20+
# no-op if the base branch is already up-to-date.
1921
env:
2022
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2123
with:

.github/workflows/linters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
- uses: actions/checkout@v3
165165
with:
166166
persist-credentials: false
167-
- uses: mszostok/codeowners-validator@v0.6.0
167+
- uses: mszostok/codeowners-validator@7f3f5e28c6d7b8dfae5731e54ce2272ca384592f
168168
with:
169169
checks: files,duppatterns
170170
lint-pr-url:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Slack Notification
15-
uses: rtCamp/action-slack-notify@master
15+
uses: rtCamp/action-slack-notify@12e36fc18b0689399306c2e0b3e0f2978b7f1ee7
1616
env:
1717
SLACK_COLOR: '#DE512A'
1818
SLACK_ICON: https://github.com/nodejs.png?size=48

.github/workflows/tools.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,9 @@ jobs:
8080
with:
8181
persist-credentials: false
8282
- run: ${{ matrix.run }}
83-
- uses: gr2m/create-or-update-pull-request-action@v1 # Create a PR or update the Action's existing PR
83+
- uses: gr2m/create-or-update-pull-request-action@466b1b84c3291c6c69bc56377a6de54a1f4a297c
84+
# Creates a PR or update the Action's existing PR, or
85+
# no-op if the base branch is already up-to-date.
8486
env:
8587
GITHUB_TOKEN: ${{ secrets.GH_USER_TOKEN }}
8688
with:

AUTHORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3460,5 +3460,7 @@ William Marlow <william.marlow@ibm.com>
34603460
Keyhan Vakil <60900335+airtable-keyhanvakil@users.noreply.github.com>
34613461
Feng Yu <F3n67u@outlook.com>
34623462
pupilTong <pupiltong@outlook.com>
3463+
rikapo <rikaporori@gmail.com>
3464+
Meek Simbule <55823259+meekdenzo@users.noreply.github.com>
34633465

34643466
# Generated by tools/update-authors.mjs

0 commit comments

Comments
 (0)