Skip to content

Commit 7ea33d0

Browse files
Bump actions/checkout from 3.4.0 to 3.5.2 (#1434)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.4.0 to 3.5.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@24cb908...8e5e7e5) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 67babc5 commit 7ea33d0

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/benchmark.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929

3030
- name: Checkout repository
31-
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # 3.4.0
31+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # 3.5.2
3232

3333
- name: Set up JDK 11
3434
uses: actions/setup-java@3f07048e3d294f56e9b90ac5ea2c6f74e9ad0f98 # 3.10.0
@@ -73,7 +73,7 @@ jobs:
7373
steps:
7474

7575
- name: Checkout repository
76-
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # 3.4.0
76+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # 3.5.2
7777

7878
- name: Download built sources
7979
uses: actions/download-artifact@v3
@@ -179,7 +179,7 @@ jobs:
179179
steps:
180180

181181
- name: Checkout repository
182-
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # 3.4.0
182+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # 3.5.2
183183
with:
184184
ref: gh-pages
185185

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
steps:
4444

4545
- name: Checkout repository
46-
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # 3.2.0
46+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # 3.2.0
4747
with:
4848
fetch-depth: 32
4949

@@ -114,7 +114,7 @@ jobs:
114114
steps:
115115

116116
- name: Checkout repository
117-
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # 3.2.0
117+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # 3.2.0
118118
with:
119119
fetch-depth: 32
120120

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
steps:
4747

4848
- name: Checkout repository
49-
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # 3.4.0
49+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # 3.5.2
5050
with:
5151
fetch-depth: 32
5252

.github/workflows/log4j-kafka-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
steps:
3131

3232
- name: Checkout repository
33-
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # 3.4.0
33+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # 3.5.2
3434
with:
3535
fetch-depth: 32
3636

0 commit comments

Comments
 (0)