Skip to content

Commit a450099

Browse files
Bump actions/checkout from 2.3.4 to 2.3.5 (#1375)
* 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@v2.3.4...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> * .github/workflows/tests.yml: remove comment labeling version it has a risk of falling out of date Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Peter Tseng <petertseng@users.noreply.github.com>
1 parent ed53332 commit a450099

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/sync-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: Sync labels
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
18+
- uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97
1919
- uses: micnncim/action-label-syncer@3abd5ab72fda571e69fffd97bd4e0033dd5f495c
2020
env:
2121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/tests.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
# Checks out a copy of your repository on the ubuntu-latest machine
2121
- name: Checkout code
22-
uses: actions/checkout@v2.3.4
22+
uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97
2323

2424
- name: Ensure tool names are snake cased
2525
run: ./bin/lint_tool_file_names.sh
@@ -49,13 +49,13 @@ jobs:
4949
steps:
5050
# Checks out default branch locally so that it is available to the scripts.
5151
- name: Checkout main
52-
uses: actions/checkout@v2.3.4
52+
uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97
5353
with:
5454
ref: main
5555

5656
# Checks out a copy of your repository on the ubuntu-latest machine
5757
- name: Checkout code
58-
uses: actions/checkout@v2.3.4
58+
uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97
5959

6060
- name: Fetch configlet
6161
run: ./bin/fetch-configlet
@@ -69,11 +69,11 @@ jobs:
6969

7070
steps:
7171
- name: Checkout main
72-
uses: actions/checkout@v2.3.4
72+
uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97
7373
with:
7474
ref: main
7575
- name: Checkout code
76-
uses: actions/checkout@v2.3.4
76+
uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97
7777

7878
- name: Run markdown lint
7979
run: ./bin/lint_markdown.sh
@@ -84,7 +84,7 @@ jobs:
8484
runs-on: ubuntu-latest
8585
steps:
8686
- name: Checkout
87-
uses: actions/checkout@v2.3.4 # 2.3.4
87+
uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97
8888

8989
- name: Run shellcheck
9090
uses: ludeeus/action-shellcheck@94e0aab03ca135d11a35e5bfc14e6746dc56e7e9 # 1.0.0
@@ -102,13 +102,13 @@ jobs:
102102
steps:
103103
# Checks out main locally so that it is available to the scripts.
104104
- name: Checkout main
105-
uses: actions/checkout@v2.3.4
105+
uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97
106106
with:
107107
ref: main
108108

109109
# Checks out a copy of your repository on the ubuntu-latest machine
110110
- name: Checkout code
111-
uses: actions/checkout@v2.3.4
111+
uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97
112112

113113
- name: Setup toolchain
114114
uses: actions-rs/toolchain@v1.0.7
@@ -141,7 +141,7 @@ jobs:
141141

142142
steps:
143143
- name: Checkout code
144-
uses: actions/checkout@v2.3.4
144+
uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97
145145

146146
- name: Setup toolchain
147147
uses: actions-rs/toolchain@v1.0.7
@@ -172,12 +172,12 @@ jobs:
172172

173173
steps:
174174
- name: Checkout main
175-
uses: actions/checkout@v2.3.4
175+
uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97
176176
with:
177177
ref: main
178178

179179
- name: Checkout code
180-
uses: actions/checkout@v2.3.4
180+
uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97
181181

182182
- name: Setup toolchain
183183
uses: actions-rs/toolchain@v1.0.7
@@ -208,13 +208,13 @@ jobs:
208208
steps:
209209
# Checks out main locally so that it is available to the scripts.
210210
- name: Checkout main
211-
uses: actions/checkout@v2.3.4
211+
uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97
212212
with:
213213
ref: main
214214

215215
# Checks out a copy of your repository on the ubuntu-latest machine
216216
- name: Checkout code
217-
uses: actions/checkout@v2.3.4
217+
uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97
218218

219219
- name: Setup nightly toolchain
220220
uses: actions-rs/toolchain@v1.0.7

0 commit comments

Comments
 (0)