Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
facd51d
Bump next from 11.1.2 to 11.1.3
dependabot[bot] Dec 9, 2021
4f0a195
Merge branch 'github:main' into dependabot/npm_and_yarn/next-11.1.3
haaami01 Dec 12, 2021
2be0b04
Merge pull request #2 from haaami01/dependabot/npm_and_yarn/next-11.1.3
haaami01 Dec 27, 2021
4587d4d
Merge branch 'github:main' into main
haaami01 Jan 7, 2022
85e6644
Merge branch 'github:main' into main
haaami01 Jan 10, 2022
5afc8da
Merge branch 'github:main' into main
haaami01 Jan 11, 2022
6703519
Merge branch 'github:main' into main
haaami01 Jan 14, 2022
4bf33d5
Merge branch 'github:main' into main
haaami01 Jan 16, 2022
cb0588f
Merge branch 'github:main' into main
haaami01 Jan 18, 2022
4595940
Merge branch 'github:main' into main
haaami01 Jan 19, 2022
ad37471
Merge branch 'github:main' into main
haaami01 Jan 19, 2022
7fb3efd
Merge branch 'github:main' into main
haaami01 Jan 23, 2022
a43c13f
Merge branch 'github:main' into main
haaami01 Jan 25, 2022
63e22bf
Merge branch 'github:main' into main
haaami01 Jan 26, 2022
190d8d0
Merge branch 'github:main' into main
haaami01 Jan 26, 2022
2beec26
Merge branch 'github:main' into main
haaami01 Jan 26, 2022
4bf0dc4
Merge branch 'github:main' into main
haaami01 Jan 29, 2022
8369714
Merge branch 'github:main' into main
haaami01 Feb 1, 2022
60f3022
Merge branch 'github:main' into main
haaami01 Feb 3, 2022
4ce53da
Merge branch 'github:main' into main
haaami01 Feb 6, 2022
32f9899
Merge branch 'github:main' into main
haaami01 Feb 6, 2022
8300cc2
Merge branch 'github:main' into main
haaami01 Feb 7, 2022
c66b2ed
Merge branch 'github:main' into main
haaami01 Feb 10, 2022
a951108
Merge branch 'github:main' into main
haaami01 Feb 12, 2022
0c8cf2f
Merge branch 'github:main' into main
haaami01 Feb 17, 2022
412afd4
Merge branch 'github:main' into main
haaami01 Feb 21, 2022
58b98cd
Merge branch 'github:main' into main
haaami01 Feb 25, 2022
1b5978a
Merge branch 'github:main' into main
haaami01 Mar 2, 2022
ff9c44f
Merge branch 'github:main' into main
haaami01 Mar 5, 2022
c75b919
Merge branch 'github:main' into main
haaami01 Mar 12, 2022
4c7d54e
Merge branch 'github:main' into main
haaami01 Mar 21, 2022
ae70e0e
Merge branch 'github:main' into main
haaami01 Apr 3, 2022
de530c3
Bump actions/setup-node from 2.5.1 to 3.5.1
dependabot[bot] Oct 19, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/autoupdate-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579

- name: Setup Node
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516
with:
node-version: 16.14.x
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/azure-prod-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: git lfs checkout

- name: Setup node
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516
with:
node-version: 16.14.x
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/browser-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: git lfs checkout

- name: Setup Node
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516
with:
node-version: 16.14.x
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-all-english-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Check out repo's default branch
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
- name: Setup Node
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516
with:
node-version: 16.14.x
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-broken-links-github-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579

- name: Setup Node
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516
with:
node-version: 16.14.x
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579

- name: Setup node
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516
with:
node-version: 16.14.x
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/content-changes-table-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: .github/actions-scripts/get-preview-app-info.sh

- name: Setup Node
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516
with:
node-version: 16.14.x
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-translation-batch-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
git commit -m "Add crowdin translations" || echo "Nothing to commit"

- name: 'Setup node'
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516
with:
node-version: 16.14.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/crowdin-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579

- name: Setup Node
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516
with:
node-version: 16.14.x
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-review-collect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579

- name: Setup Node
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516
with:
node-version: 16.14.x
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/enterprise-dates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579

- name: Setup Node
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516
with:
node-version: 16.14.x
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/enterprise-release-sync-search-index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
token: ${{ secrets.DOCUBOT_REPO_PAT }}

- name: Setup Node
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516
with:
node-version: 16.14.x
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/link-check-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579

- name: Setup node
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516
with:
node-version: 16.14.x
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/open-enterprise-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579

- name: Setup Node
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516
with:
node-version: 16.14.x
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openapi-decorate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
token: ${{ secrets.DOCUBOT_REPO_PAT }}

- name: Setup node
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516
with:
node-version: 16.14.x
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openapi-schema-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579

- name: Setup node
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516
with:
node-version: 16.14.x
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/orphaned-assets-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
token: ${{ secrets.DOCUBOT_REPO_PAT }}

- name: Setup node
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516
with:
node-version: 16.14.x
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/os-ready-for-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579

- name: Setup Node
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516
with:
node-version: 16.14.x
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pa11y.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579

- name: Setup Node
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516
with:
node-version: 16.14.x
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-lock-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579

- name: Setup Node
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516
with:
node-version: 16.14.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ready-for-doc-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579

- name: Setup Node
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516
with:
node-version: 16.14.x
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/remove-unused-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Checkout
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
- name: Setup Node
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516
with:
node-version: 16.14.x
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/repo-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:

# Set up npm and run npm ci to run husky to get githooks for LFS
- name: Setup node
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516
with:
node-version: 16.14.x
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-search-indices.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
token: ${{ secrets.DOCS_BOT_FR }}

- name: Setup Node
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516
with:
node-version: 16.14.x
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-search-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579

- name: Setup node
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516
with:
node-version: 16.14.x
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
echo "${{ steps.get_diff_files.outputs.files }}" > get_diff_files.txt

- name: Setup node
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516
with:
node-version: 16.14.x
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/triage-unallowed-internal-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
token: ${{ secrets.DOCUBOT_REPO_PAT }}

- name: Setup Node
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516
with:
node-version: 16.14.x
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-graphql-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Checkout
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
- name: Setup Node
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516
with:
node-version: 16.14.x
cache: npm
Expand Down