Skip to content

Commit cd74b07

Browse files
Bump actions/checkout from 2.3.4 to 2.3.5 (#22264)
* Bump actions/checkout from 2.3.4 to 2.3.5 Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@5a4ac90...1e204e9) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * test * removing test, works Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Grace Park <gracepark@github.com>
1 parent 8e8bcce commit cd74b07

39 files changed

+41
-41
lines changed

.github/allowed-actions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// can be added it this list.
55

66
export default [
7-
'actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f', // v2.3.4
7+
'actions/checkout@1e204e9a9253d643386038d443f96446fa156a97', // v2.3.5
88
'actions/github-script@2b34a689ec86a68d8ab9478298f91d5401337b7d', // v4.0.2
99
'actions/labeler@5f867a63be70efff62b767459b009290364495eb', // v2.2.0
1010
'actions/setup-node@270253e841af726300e85d718a5f606959b2903c', // v2.4.1

.github/workflows/browser-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# Each of these ifs needs to be repeated at each step to make sure the required check still runs
1919
# Even if if doesn't do anything
2020
- name: Checkout
21-
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
21+
uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97
2222
with:
2323
lfs: true
2424
- name: Checkout LFS objects

.github/workflows/build-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Check out repo
24-
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
24+
uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97
2525
- name: Build the container
2626
run: docker build --target production .

.github/workflows/check-all-english-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
REPORT_REPOSITORY: github/docs-content
2323
steps:
2424
- name: Check out repo's default branch
25-
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
25+
uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97
2626
- name: Setup Node
2727
uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c
2828
with:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
exit 1 # prevents further steps from running
3737
3838
- name: Checkout
39-
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
39+
uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97
4040

4141
- name: Setup Node
4242
uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
if: github.repository == 'github/docs-internal' || github.repository == 'github/docs'
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
23+
- uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97
2424
- uses: github/codeql-action/init@v1
2525
with:
2626
languages: javascript # comma separated list of values from {go, python, javascript, java, cpp, csharp} (not YET ruby, sorry!)

.github/workflows/content-changes-table-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-latest
3939
steps:
4040
- name: check out repo content
41-
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
41+
uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97
4242

4343
- name: Setup Node
4444
uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c

.github/workflows/crowdin-cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
21+
uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97
2222

2323
- name: Setup Node
2424
uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c

.github/workflows/crowdin.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: Checkout
19-
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
19+
uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97
2020
with:
2121
fetch-depth: 0
2222
lfs: true

.github/workflows/docs-review-collect.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: Check out repo content
23-
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
23+
uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97
2424

2525
- name: Setup Node
2626
uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c

0 commit comments

Comments
 (0)