diff --git a/.github/workflows/browser-test.yml b/.github/workflows/browser-test.yml index 041cbfffaadc..6fb59dc56de6 100644 --- a/.github/workflows/browser-test.yml +++ b/.github/workflows/browser-test.yml @@ -25,7 +25,7 @@ jobs: run: git lfs checkout - name: Setup Node - uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f + uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 with: node-version: 16.8.x cache: npm diff --git a/.github/workflows/check-all-english-links.yml b/.github/workflows/check-all-english-links.yml index 7b4db7fa7bfb..e2d1034702a5 100644 --- a/.github/workflows/check-all-english-links.yml +++ b/.github/workflows/check-all-english-links.yml @@ -24,7 +24,7 @@ jobs: - name: Check out repo's default branch uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f - name: Setup Node - uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f + uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 with: node-version: 16.8.x cache: npm diff --git a/.github/workflows/check-broken-links-github-github.yml b/.github/workflows/check-broken-links-github-github.yml index f89ef6b9b6b4..5a3f51b3ddb4 100644 --- a/.github/workflows/check-broken-links-github-github.yml +++ b/.github/workflows/check-broken-links-github-github.yml @@ -39,7 +39,7 @@ jobs: uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f - name: Setup Node - uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f + uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 with: node-version: 16.8.x cache: npm diff --git a/.github/workflows/content-changes-table-comment.yml b/.github/workflows/content-changes-table-comment.yml index 9ce89b97edf2..c6507ab5f5c5 100644 --- a/.github/workflows/content-changes-table-comment.yml +++ b/.github/workflows/content-changes-table-comment.yml @@ -41,7 +41,7 @@ jobs: uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f - name: Setup Node - uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f + uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 with: node-version: 16.8.x cache: npm diff --git a/.github/workflows/crowdin-cleanup.yml b/.github/workflows/crowdin-cleanup.yml index 4c6a9083911d..f8dc20895552 100644 --- a/.github/workflows/crowdin-cleanup.yml +++ b/.github/workflows/crowdin-cleanup.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f - name: Setup Node - uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f + uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 with: node-version: 16.8.x cache: npm diff --git a/.github/workflows/docs-review-collect.yml b/.github/workflows/docs-review-collect.yml index 4b23c8eab64c..029ad0a56a8a 100644 --- a/.github/workflows/docs-review-collect.yml +++ b/.github/workflows/docs-review-collect.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f - name: Setup Node - uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f + uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 with: node-version: 16.8.x cache: npm diff --git a/.github/workflows/enterprise-dates.yml b/.github/workflows/enterprise-dates.yml index 72d0a7dc9498..52df08593ed1 100644 --- a/.github/workflows/enterprise-dates.yml +++ b/.github/workflows/enterprise-dates.yml @@ -35,7 +35,7 @@ jobs: uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f - name: Setup Node - uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f + uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 with: node-version: 16.8.x cache: npm diff --git a/.github/workflows/enterprise-release-sync-search-index.yml b/.github/workflows/enterprise-release-sync-search-index.yml index a1ea27c4480c..c29fb0ec87fc 100644 --- a/.github/workflows/enterprise-release-sync-search-index.yml +++ b/.github/workflows/enterprise-release-sync-search-index.yml @@ -42,7 +42,7 @@ jobs: token: ${{ secrets.DOCUBOT_REPO_PAT }} - name: Setup Node - uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f + uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 with: node-version: 16.8.x cache: npm diff --git a/.github/workflows/js-lint.yml b/.github/workflows/js-lint.yml index 272ed36f8e5a..daafb9026caa 100644 --- a/.github/workflows/js-lint.yml +++ b/.github/workflows/js-lint.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f - name: Setup node - uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f + uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 with: node-version: 16.8.x cache: npm diff --git a/.github/workflows/link-check-dotcom.yml b/.github/workflows/link-check-dotcom.yml index 292581a69fd4..a7cae26b39c9 100644 --- a/.github/workflows/link-check-dotcom.yml +++ b/.github/workflows/link-check-dotcom.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f - name: Setup node - uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f + uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 with: node-version: 16.8.x cache: npm diff --git a/.github/workflows/link-check-ghae.yml b/.github/workflows/link-check-ghae.yml index 93edc7ee5119..0ff4352df21b 100644 --- a/.github/workflows/link-check-ghae.yml +++ b/.github/workflows/link-check-ghae.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f - name: Setup node - uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f + uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 with: node-version: 16.8.x cache: npm diff --git a/.github/workflows/link-check-ghes.yml b/.github/workflows/link-check-ghes.yml index bf4b00e7a138..5f8801d01c2e 100644 --- a/.github/workflows/link-check-ghes.yml +++ b/.github/workflows/link-check-ghes.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f - name: Setup node - uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f + uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 with: node-version: 16.8.x cache: npm diff --git a/.github/workflows/open-enterprise-issue.yml b/.github/workflows/open-enterprise-issue.yml index 50975d60730f..c69fa6ebf8e8 100644 --- a/.github/workflows/open-enterprise-issue.yml +++ b/.github/workflows/open-enterprise-issue.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f - name: Setup Node - uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f + uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 with: node-version: 16.8.x cache: npm diff --git a/.github/workflows/openapi-decorate.yml b/.github/workflows/openapi-decorate.yml index 418f0ee9f1d1..5ec7041b2c5b 100644 --- a/.github/workflows/openapi-decorate.yml +++ b/.github/workflows/openapi-decorate.yml @@ -24,7 +24,7 @@ jobs: token: ${{ secrets.DOCUBOT_REPO_PAT }} - name: Setup node - uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f + uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 with: node-version: 16.8.x cache: npm diff --git a/.github/workflows/openapi-schema-check.yml b/.github/workflows/openapi-schema-check.yml index 3abec5af4d3e..fda47416e1c1 100644 --- a/.github/workflows/openapi-schema-check.yml +++ b/.github/workflows/openapi-schema-check.yml @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f - name: Setup node - uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f + uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 with: node-version: 16.8.x cache: npm diff --git a/.github/workflows/os-ready-for-review.yml b/.github/workflows/os-ready-for-review.yml index 547463015ce7..410fa033c4d1 100644 --- a/.github/workflows/os-ready-for-review.yml +++ b/.github/workflows/os-ready-for-review.yml @@ -47,7 +47,7 @@ jobs: uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f - name: Setup Node - uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f + uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 with: node-version: 16.x cache: npm diff --git a/.github/workflows/pa11y.yml b/.github/workflows/pa11y.yml index af7662271ac3..16586dbcf69b 100644 --- a/.github/workflows/pa11y.yml +++ b/.github/workflows/pa11y.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f - name: Setup Node - uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f + uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 with: node-version: 16.8.x cache: npm diff --git a/.github/workflows/ping-staging-apps.yml b/.github/workflows/ping-staging-apps.yml index 2843b7d57178..228a8abf0f58 100644 --- a/.github/workflows/ping-staging-apps.yml +++ b/.github/workflows/ping-staging-apps.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f - name: Setup node - uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f + uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 with: node-version: 16.8.x cache: npm diff --git a/.github/workflows/prod-build-deploy.yml b/.github/workflows/prod-build-deploy.yml index c4230e96d47e..54025937ee27 100644 --- a/.github/workflows/prod-build-deploy.yml +++ b/.github/workflows/prod-build-deploy.yml @@ -34,7 +34,7 @@ jobs: run: git lfs checkout - name: Setup node - uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f + uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 with: node-version: 16.8.x cache: npm diff --git a/.github/workflows/ready-for-doc-review.yml b/.github/workflows/ready-for-doc-review.yml index fc4ed7a6ed2c..70d2e185e7d3 100644 --- a/.github/workflows/ready-for-doc-review.yml +++ b/.github/workflows/ready-for-doc-review.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f - name: Setup Node - uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f + uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 with: node-version: 16.8.x cache: npm diff --git a/.github/workflows/remove-stale-staging-resources.yml b/.github/workflows/remove-stale-staging-resources.yml index 8c5b827c688b..37e8e1d81f3b 100644 --- a/.github/workflows/remove-stale-staging-resources.yml +++ b/.github/workflows/remove-stale-staging-resources.yml @@ -27,7 +27,7 @@ jobs: uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f - name: Setup Node - uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f + uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 with: node-version: 16.8.x cache: npm @@ -49,7 +49,7 @@ jobs: uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f - name: Setup Node - uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f + uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 with: node-version: 16.8.x cache: npm diff --git a/.github/workflows/remove-unused-assets.yml b/.github/workflows/remove-unused-assets.yml index 0e3fbaa739d5..5aac546395fc 100644 --- a/.github/workflows/remove-unused-assets.yml +++ b/.github/workflows/remove-unused-assets.yml @@ -24,7 +24,7 @@ jobs: - name: Checkout uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f - name: Setup Node - uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f + uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 with: node-version: 16.8.x cache: npm diff --git a/.github/workflows/repo-sync.yml b/.github/workflows/repo-sync.yml index eb0b93612422..8098cd40a71c 100644 --- a/.github/workflows/repo-sync.yml +++ b/.github/workflows/repo-sync.yml @@ -98,7 +98,7 @@ jobs: # Set up npm and run npm ci to run husky to get githooks for LFS - name: Setup node - uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f + uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 with: node-version: 16.8.x cache: npm diff --git a/.github/workflows/staging-build-pr.yml b/.github/workflows/staging-build-pr.yml index 5d4f9707435f..1663c8a45580 100644 --- a/.github/workflows/staging-build-pr.yml +++ b/.github/workflows/staging-build-pr.yml @@ -72,7 +72,7 @@ jobs: run: exit 1 - name: Setup node - uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f + uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 with: node-version: 16.8.x cache: npm diff --git a/.github/workflows/staging-deploy-pr.yml b/.github/workflows/staging-deploy-pr.yml index a7e308615773..7b2145851a63 100644 --- a/.github/workflows/staging-deploy-pr.yml +++ b/.github/workflows/staging-deploy-pr.yml @@ -284,7 +284,7 @@ jobs: - if: ${{ github.repository == 'github/docs-internal' }} name: Setup node to clone early access - uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f + uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 with: node-version: 16.8.x cache: npm @@ -448,7 +448,7 @@ jobs: uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f - name: Setup node - uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f + uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 with: node-version: 16.8.x cache: npm diff --git a/.github/workflows/staging-undeploy-pr.yml b/.github/workflows/staging-undeploy-pr.yml index 452a2431d0fa..09e580aeec6b 100644 --- a/.github/workflows/staging-undeploy-pr.yml +++ b/.github/workflows/staging-undeploy-pr.yml @@ -71,7 +71,7 @@ jobs: persist-credentials: 'false' - name: Setup node - uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f + uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 with: node-version: 16.8.x cache: npm diff --git a/.github/workflows/sync-search-indices.yml b/.github/workflows/sync-search-indices.yml index 1aefcec211db..9937e8a7f6e5 100644 --- a/.github/workflows/sync-search-indices.yml +++ b/.github/workflows/sync-search-indices.yml @@ -53,7 +53,7 @@ jobs: token: ${{ secrets.DOCS_BOT_FR }} - name: Setup Node - uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f + uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 with: node-version: 16.8.x cache: npm diff --git a/.github/workflows/test-windows.yml b/.github/workflows/test-windows.yml index 76426fcdd993..81d46ea34a64 100644 --- a/.github/workflows/test-windows.yml +++ b/.github/workflows/test-windows.yml @@ -32,7 +32,7 @@ jobs: persist-credentials: 'false' - name: Setup node - uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f + uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 with: node-version: 16.8.x cache: npm diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 463eb5020873..5fe93470491e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,7 +37,7 @@ jobs: persist-credentials: 'false' - name: Setup node - uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f + uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 with: node-version: 16.8.x cache: npm diff --git a/.github/workflows/triage-unallowed-internal-changes.yml b/.github/workflows/triage-unallowed-internal-changes.yml index a18afd321eb1..e2aeecbdedf7 100644 --- a/.github/workflows/triage-unallowed-internal-changes.yml +++ b/.github/workflows/triage-unallowed-internal-changes.yml @@ -60,7 +60,7 @@ jobs: token: ${{ secrets.DOCUBOT_REPO_PAT }} - name: Setup Node - uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f + uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 with: node-version: 16.8.x cache: npm diff --git a/.github/workflows/update-graphql-files.yml b/.github/workflows/update-graphql-files.yml index 0bd453280853..e33b0e03a041 100644 --- a/.github/workflows/update-graphql-files.yml +++ b/.github/workflows/update-graphql-files.yml @@ -30,7 +30,7 @@ jobs: - name: Checkout uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f - name: Setup Node - uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f + uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 with: node-version: 16.8.x cache: npm diff --git a/.github/workflows/yml-lint.yml b/.github/workflows/yml-lint.yml index 2eed0d0c1138..aeebd2ddf7de 100644 --- a/.github/workflows/yml-lint.yml +++ b/.github/workflows/yml-lint.yml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f - name: Setup node - uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f + uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 with: node-version: 16.8.x cache: npm