Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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/browser-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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!)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dry-run-sync-algolia-search-indices.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pa11y.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ping-staging-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 @@ -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
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 @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-algolia-search-indices.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
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 @@ -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:
Expand Down
Loading