Skip to content

Commit 53c7ae5

Browse files
author
Peter Bengtsson
authored
Upgrade actions/checkout version (#36701)
1 parent 5f02a71 commit 53c7ae5

39 files changed

+60
-60
lines changed

.github/actions/clone-translations/action.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,56 +11,56 @@ runs:
1111
using: 'composite'
1212
steps:
1313
- name: Clone Simplified Chinese
14-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
14+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
1515
with:
1616
repository: github/docs-internal.zh-cn
1717
token: ${{ inputs.token }}
1818
path: translations/zh-cn
1919

2020
- name: Clone Spanish
21-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
21+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
2222
with:
2323
repository: github/docs-internal.es-es
2424
token: ${{ inputs.token }}
2525
path: translations/es-es
2626

2727
- name: Clone Portuguese
28-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
28+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
2929
with:
3030
repository: github/docs-internal.pt-br
3131
token: ${{ inputs.token }}
3232
path: translations/pt-br
3333

3434
- name: Clone Russian
35-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
35+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
3636
with:
3737
repository: github/docs-internal.ru-ru
3838
token: ${{ inputs.token }}
3939
path: translations/ru-ru
4040

4141
- name: Clone Japanese
42-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
42+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
4343
with:
4444
repository: github/docs-internal.ja-jp
4545
token: ${{ inputs.token }}
4646
path: translations/ja-jp
4747

4848
- name: Clone French
49-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
49+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
5050
with:
5151
repository: github/docs-internal.fr-fr
5252
token: ${{ inputs.token }}
5353
path: translations/fr-fr
5454

5555
- name: Clone German
56-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
56+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
5757
with:
5858
repository: github/docs-internal.de-de
5959
token: ${{ inputs.token }}
6060
path: translations/de-de
6161

6262
- name: Clone Korean
63-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
63+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
6464
with:
6565
repository: github/docs-internal.ko-kr
6666
token: ${{ inputs.token }}

.github/actions/get-docs-early-access/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ runs:
1919
run: node .github/actions-scripts/what-docs-early-access-branch.js
2020

2121
- name: Clone
22-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
22+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
2323
with:
2424
repository: github/docs-early-access
2525
token: ${{ inputs.token }}

.github/workflows/add-review-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # pin @3.1.0
23+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # pin @3.5.2
2424

2525
# Jump through some hoops to work with a multi-line file
2626
- name: Store review template in variable

.github/workflows/azure-preview-env-deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,14 @@ jobs:
8787

8888
- if: ${{ env.IS_PUBLIC_BUILD == 'true' }}
8989
name: Check out main branch
90-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
90+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
9191
with:
9292
ref: 'main'
9393
persist-credentials: 'false'
9494

9595
- if: ${{ env.IS_INTERNAL_BUILD == 'true' }}
9696
name: Check out PR code
97-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # pin @3.1.0
97+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # pin @3.5.2
9898
with:
9999
ref: ${{ env.COMMIT_REF }}
100100
# To prevent issues with cloning early access content later
@@ -142,7 +142,7 @@ jobs:
142142
143143
- if: ${{ env.IS_INTERNAL_BUILD == 'true' }}
144144
name: Clone docs-early-access
145-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
145+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
146146
with:
147147
repository: github/docs-early-access
148148
token: ${{ secrets.DOCUBOT_REPO_PAT }}
@@ -155,7 +155,7 @@ jobs:
155155

156156
- if: ${{ env.IS_PUBLIC_BUILD == 'true' }}
157157
name: Check out user code to temp directory
158-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
158+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
159159
with:
160160
path: ./user-code
161161
ref: ${{ env.COMMIT_REF }}

.github/workflows/azure-preview-env-destroy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
creds: ${{ secrets.NONPROD_AZURE_CREDENTIALS }}
4141

4242
- name: Check out repo
43-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
43+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
4444

4545
- name: Get preview app info
4646
env:

.github/workflows/azure-prod-build-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: docker/setup-buildx-action@95cb08cb2672c73d4ffd2f422e6d11953d2a9c70
5050

5151
- name: Check out repo
52-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
52+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
5353
with:
5454
ref: ${{ github.sha }}
5555
# To prevent issues with cloning early access content later
@@ -62,7 +62,7 @@ jobs:
6262
cache: npm
6363

6464
- name: Clone docs-early-access
65-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
65+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
6666
with:
6767
repository: github/docs-early-access
6868
token: ${{ secrets.DOCUBOT_REPO_PAT }}

.github/workflows/azure-staging-build-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
uses: docker/setup-buildx-action@95cb08cb2672c73d4ffd2f422e6d11953d2a9c70
6161

6262
- name: Check out repo
63-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
63+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
6464
with:
6565
ref: ${{ env.COMMIT_REF }}
6666
# To prevent issues with cloning early access content later
@@ -80,7 +80,7 @@ jobs:
8080
cache: npm
8181

8282
- name: Clone docs-early-access
83-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
83+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
8484
with:
8585
repository: github/docs-early-access
8686
token: ${{ secrets.DOCUBOT_REPO_PAT }}

.github/workflows/browser-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ${{ fromJSON('["ubuntu-latest", "ubuntu-20.04-xl"]')[github.repository == 'github/docs-internal'] }}
3737
steps:
3838
- name: Checkout
39-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
39+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
4040

4141
- uses: ./.github/actions/setup-elasticsearch
4242

.github/workflows/check-broken-links-github-github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
exit 1 # prevents further steps from running
4040
4141
- name: Checkout
42-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
42+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
4343
with:
4444
# To prevent issues with cloning early access content later
4545
persist-credentials: 'false'

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
if: github.repository == 'github/docs-internal' || github.repository == 'github/docs'
3131
runs-on: ubuntu-latest
3232
steps:
33-
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
33+
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
3434
- uses: github/codeql-action/init@32dc499307d133bb5085bae78498c0ac2cf762d5
3535
with:
3636
languages: javascript # comma separated list of values from {go, python, javascript, java, cpp, csharp, ruby}

0 commit comments

Comments
 (0)