Skip to content

Commit 8aec09c

Browse files
authored
Merge branch 'main' into update-autofix-docs-python-support
2 parents 2213b46 + 63a446b commit 8aec09c

File tree

254 files changed

+1541
-859
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

254 files changed

+1541
-859
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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
14+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
21+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
28+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
35+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
42+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
49+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
56+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
63+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
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 src/early-access/scripts/what-docs-early-access-branch.js
2020

2121
- name: Clone
22-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
22+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
23+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
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
@@ -90,14 +90,14 @@ jobs:
9090

9191
- if: ${{ env.IS_PUBLIC_BUILD == 'true' }}
9292
name: Check out main branch
93-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
93+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
9494
with:
9595
ref: 'main'
9696
persist-credentials: 'false'
9797

9898
- if: ${{ env.IS_INTERNAL_BUILD == 'true' }}
9999
name: Check out PR code
100-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
100+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
101101
with:
102102
ref: ${{ env.COMMIT_REF }}
103103
# To prevent issues with cloning early access content later
@@ -145,7 +145,7 @@ jobs:
145145
146146
- if: ${{ env.IS_INTERNAL_BUILD == 'true' }}
147147
name: Clone docs-early-access
148-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
148+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
149149
with:
150150
repository: github/docs-early-access
151151
token: ${{ secrets.DOCS_BOT_PAT_READPUBLICKEY }}
@@ -178,7 +178,7 @@ jobs:
178178

179179
- if: ${{ env.IS_PUBLIC_BUILD == 'true' }}
180180
name: Check out user code to temp directory
181-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
181+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
182182
with:
183183
path: ./user-code
184184
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
@@ -41,7 +41,7 @@ jobs:
4141
creds: ${{ secrets.NONPROD_AZURE_CREDENTIALS }}
4242

4343
- name: Check out repo
44-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
44+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
4545

4646
- name: Get preview app info
4747
env:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226
5353

5454
- name: Check out repo
55-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
55+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
5656
with:
5757
ref: ${{ github.sha }}
5858
# To prevent issues with cloning early access content later
@@ -65,7 +65,7 @@ jobs:
6565
cache: npm
6666

6767
- name: Clone docs-early-access
68-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
68+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
6969
with:
7070
repository: github/docs-early-access
7171
token: ${{ secrets.DOCS_BOT_PAT_READPUBLICKEY }}

.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@f95db51fddba0c2d1ec667646a06c2ce06100226
6161

6262
- name: Check out repo
63-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
63+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
83+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
8484
with:
8585
repository: github/docs-early-access
8686
token: ${{ secrets.DOCS_BOT_PAT_READPUBLICKEY }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
REPORT_REPOSITORY: github/docs-content
2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
27+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
2828
with:
2929
# To prevent issues with cloning early access content later
3030
persist-credentials: 'false'

.github/workflows/close-on-invalid-label.yaml

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

3838
- name: Check out repo
3939
if: ${{ failure() && github.event_name != 'pull_request_target' }}
40-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
40+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
4141

4242
- uses: ./.github/actions/slack-alert
4343
if: ${{ failure() && github.event_name != 'pull_request_target' }}

.github/workflows/codeowners-content-strategy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Check out repo
19-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
19+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
2020

2121
- name: Add Content Strategy as a reviewer
2222
env:

0 commit comments

Comments
 (0)