Skip to content

Commit 2e1fd69

Browse files
Bump actions/checkout from 3.5.0 to 3.5.2 (#391)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.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@v3.5.0...v3.5.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dcec739 commit 2e1fd69

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/codeql-analysis.yml

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

4646
steps:
4747
- name: Checkout repository
48-
uses: actions/checkout@v3.5.0
48+
uses: actions/checkout@v3.5.2
4949
with:
5050
persist-credentials: false
5151
- uses: actions/cache@v3.3.1

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
java: [ 8 ]
3030

3131
steps:
32-
- uses: actions/checkout@v3.5.0
32+
- uses: actions/checkout@v3.5.2
3333
with:
3434
persist-credentials: false
3535
- uses: actions/cache@v3.3.1

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
fail-fast: false
4444

4545
steps:
46-
- uses: actions/checkout@v3.5.0
46+
- uses: actions/checkout@v3.5.2
4747
with:
4848
persist-credentials: false
4949
- uses: actions/cache@v3.3.1

.github/workflows/scorecards-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
steps:
4141

4242
- name: "Checkout code"
43-
uses: actions/checkout@v3.5.0 # 3.1.0
43+
uses: actions/checkout@v3.5.2 # 3.1.0
4444
with:
4545
persist-credentials: false
4646

0 commit comments

Comments
 (0)