diff --git a/.github/workflows/browser-test.yml b/.github/workflows/browser-test.yml index d0fa1c145..0c8b2970f 100644 --- a/.github/workflows/browser-test.yml +++ b/.github/workflows/browser-test.yml @@ -26,7 +26,7 @@ jobs: # Even if if doesn't do anything - if: ${{ needs.see_if_should_skip.outputs.should_skip != 'true' }} name: Checkout - uses: actions/checkout@2d1c1198e79c30cca5c3957b1e3b65ce95b5356e + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 - if: ${{ needs.see_if_should_skip.outputs.should_skip != 'true' }} name: Install diff --git a/.github/workflows/check-all-english-links.yml b/.github/workflows/check-all-english-links.yml index 4fef279a6..aee01d18e 100644 --- a/.github/workflows/check-all-english-links.yml +++ b/.github/workflows/check-all-english-links.yml @@ -10,7 +10,7 @@ jobs: if: github.repository == 'github/docs-internal' runs-on: ubuntu-latest steps: - - uses: actions/checkout@2d1c1198e79c30cca5c3957b1e3b65ce95b5356e + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 - name: npm ci run: npm ci - name: npm run build diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 40399c3f1..282384ef4 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@2d1c1198e79c30cca5c3957b1e3b65ce95b5356e + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 - uses: github/codeql-action/init@v1 with: languages: javascript # comma separated list of values from {go, python, javascript, java, cpp, csharp} (not YET ruby, sorry!) diff --git a/.github/workflows/crowdin.yml b/.github/workflows/crowdin.yml index 81738d1f4..171e5ddde 100644 --- a/.github/workflows/crowdin.yml +++ b/.github/workflows/crowdin.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@2d1c1198e79c30cca5c3957b1e3b65ce95b5356e + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 - name: Sync uses: crowdin/github-action@6259628693db7fdaec0770d57d414ca0d64cfde8 diff --git a/.github/workflows/dry-run-sync-algolia-search-indices.yml b/.github/workflows/dry-run-sync-algolia-search-indices.yml index b2aec1da4..491e06c50 100644 --- a/.github/workflows/dry-run-sync-algolia-search-indices.yml +++ b/.github/workflows/dry-run-sync-algolia-search-indices.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout - uses: actions/checkout@2d1c1198e79c30cca5c3957b1e3b65ce95b5356e + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 - uses: actions/setup-node@094c36e88e2a3ffdf4d3a5bb935088ac39a46acc with: node-version: 14.x diff --git a/.github/workflows/pa11y.yml b/.github/workflows/pa11y.yml index 0d7753bad..c556af6c3 100644 --- a/.github/workflows/pa11y.yml +++ b/.github/workflows/pa11y.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repo - uses: actions/checkout@2d1c1198e79c30cca5c3957b1e3b65ce95b5356e + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 - name: Get npm cache directory id: npm-cache diff --git a/.github/workflows/ping-staging-apps.yml b/.github/workflows/ping-staging-apps.yml index 38dcd970d..984c2b259 100644 --- a/.github/workflows/ping-staging-apps.yml +++ b/.github/workflows/ping-staging-apps.yml @@ -12,7 +12,7 @@ jobs: env: HEROKU_API_TOKEN: ${{ secrets.HEROKU_API_TOKEN }} steps: - - uses: actions/checkout@2d1c1198e79c30cca5c3957b1e3b65ce95b5356e + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 - name: npm ci run: npm ci - name: npm run build diff --git a/.github/workflows/remove-unused-assets.yml b/.github/workflows/remove-unused-assets.yml index 839deec8f..ee40086ad 100644 --- a/.github/workflows/remove-unused-assets.yml +++ b/.github/workflows/remove-unused-assets.yml @@ -18,7 +18,7 @@ jobs: echo 'The repo is currently frozen! Exiting this workflow.' exit 1 # prevents further steps from running - name: Checkout - uses: actions/checkout@2d1c1198e79c30cca5c3957b1e3b65ce95b5356e + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 - name: npm ci run: npm ci - name: Run scripts diff --git a/.github/workflows/repo-sync.yml b/.github/workflows/repo-sync.yml index 6aca03abb..efad2d487 100644 --- a/.github/workflows/repo-sync.yml +++ b/.github/workflows/repo-sync.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Check out repo - uses: actions/checkout@2d1c1198e79c30cca5c3957b1e3b65ce95b5356e + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 - name: Sync repo to branch uses: repo-sync/github-sync@3832fe8e2be32372e1b3970bbae8e7079edeec88 diff --git a/.github/workflows/sync-algolia-search-indices.yml b/.github/workflows/sync-algolia-search-indices.yml index 3e4698381..1d0d2b33e 100644 --- a/.github/workflows/sync-algolia-search-indices.yml +++ b/.github/workflows/sync-algolia-search-indices.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout - uses: actions/checkout@2d1c1198e79c30cca5c3957b1e3b65ce95b5356e + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 - uses: actions/setup-node@094c36e88e2a3ffdf4d3a5bb935088ac39a46acc with: node-version: 14.x diff --git a/.github/workflows/test-translations.yml b/.github/workflows/test-translations.yml index 16a42e3b2..2aef14f72 100644 --- a/.github/workflows/test-translations.yml +++ b/.github/workflows/test-translations.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repo - uses: actions/checkout@2d1c1198e79c30cca5c3957b1e3b65ce95b5356e + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: ref: translations # check out the 'translations' branch @@ -52,7 +52,7 @@ jobs: test-group: [content, meta, rendering, routing, unit, links-and-images] steps: - name: Check out repo - uses: actions/checkout@2d1c1198e79c30cca5c3957b1e3b65ce95b5356e + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 - name: Setup node uses: actions/setup-node@094c36e88e2a3ffdf4d3a5bb935088ac39a46acc diff --git a/.github/workflows/test-windows.yml b/.github/workflows/test-windows.yml index 53f9ad68b..c32d74070 100644 --- a/.github/workflows/test-windows.yml +++ b/.github/workflows/test-windows.yml @@ -19,7 +19,7 @@ jobs: test-group: [content, meta, rendering, routing, unit, links-and-images] steps: - name: Check out repo - uses: actions/checkout@2d1c1198e79c30cca5c3957b1e3b65ce95b5356e + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 - name: Setup node uses: actions/setup-node@094c36e88e2a3ffdf4d3a5bb935088ac39a46acc diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4ac57a805..99def3e16 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,7 +36,7 @@ jobs: # Even if if doesn't do anything - if: ${{ needs.see_if_should_skip.outputs.should_skip != 'true' }} name: Check out repo - uses: actions/checkout@2d1c1198e79c30cca5c3957b1e3b65ce95b5356e + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 - if: ${{ needs.see_if_should_skip.outputs.should_skip != 'true' }} name: Setup node @@ -82,7 +82,7 @@ jobs: # Even if if doesn't do anything - if: ${{ needs.see_if_should_skip.outputs.should_skip != 'true' }} name: Check out repo - uses: actions/checkout@2d1c1198e79c30cca5c3957b1e3b65ce95b5356e + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 - if: ${{ needs.see_if_should_skip.outputs.should_skip != 'true' }} name: Setup node diff --git a/.github/workflows/update-graphql-files.yml b/.github/workflows/update-graphql-files.yml index be84532eb..f42ec8c54 100644 --- a/.github/workflows/update-graphql-files.yml +++ b/.github/workflows/update-graphql-files.yml @@ -22,7 +22,7 @@ jobs: echo 'The repo is currently frozen! Exiting this workflow.' exit 1 # prevents further steps from running - name: Checkout - uses: actions/checkout@2d1c1198e79c30cca5c3957b1e3b65ce95b5356e + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 - name: Set up Ruby uses: actions/setup-ruby@e932e7af67fc4a8fc77bd86b744acd4e42fe3543 with: