Skip to content

Commit 9c18541

Browse files
ci: bump actions/checkout from 4.1.1 to 4.1.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.1...v4.1.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent db5a330 commit 9c18541

12 files changed

+15
-15
lines changed

.github/workflows/dependencies-diff.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-22.04
3030
steps:
3131
- name: Clone source code
32-
uses: actions/[email protected].1 # https://github.com/actions/checkout
32+
uses: actions/[email protected].2 # https://github.com/actions/checkout
3333
with:
3434
# Whether to configure the token or SSH key with the local git config. Default: true
3535
persist-credentials: false

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727

2828
- name: Clone source code
29-
uses: actions/[email protected].1 # https://github.com/actions/checkout
29+
uses: actions/[email protected].2 # https://github.com/actions/checkout
3030
with:
3131
# Whether to configure the token or SSH key with the local git config. Default: true
3232
persist-credentials: false

.github/workflows/integration-tests-h2.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
continue-on-error: ${{ matrix.allow-failure }}
3737
steps:
3838
- name: Clone source code
39-
uses: actions/[email protected].1 # https://github.com/actions/checkout
39+
uses: actions/[email protected].2 # https://github.com/actions/checkout
4040
with:
4141
# Whether to configure the token or SSH key with the local git config. Default: true
4242
persist-credentials: false

.github/workflows/integration-tests-mysql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- '3306:3306'
4949
steps:
5050
- name: Clone source code
51-
uses: actions/[email protected].1 # https://github.com/actions/checkout
51+
uses: actions/[email protected].2 # https://github.com/actions/checkout
5252
with:
5353
# Whether to configure the token or SSH key with the local git config. Default: true
5454
persist-credentials: false

.github/workflows/integration-tests-postgres.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- '5432:5432'
4040
steps:
4141
- name: Clone source code
42-
uses: actions/[email protected].1 # https://github.com/actions/checkout
42+
uses: actions/[email protected].2 # https://github.com/actions/checkout
4343
with:
4444
# Whether to configure the token or SSH key with the local git config. Default: true
4545
persist-credentials: false

.github/workflows/populate-maven-cache.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232

3333
- name: Clone source code
34-
uses: actions/[email protected].1 # https://github.com/actions/checkout
34+
uses: actions/[email protected].2 # https://github.com/actions/checkout
3535
with:
3636
# Whether to configure the token or SSH key with the local git config. Default: true
3737
persist-credentials: false

.github/workflows/provision-by-ansible.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424

2525
- name: Clone source code
26-
uses: actions/[email protected].1 # https://github.com/actions/checkout
26+
uses: actions/[email protected].2 # https://github.com/actions/checkout
2727
with:
2828
# Whether to configure the token or SSH key with the local git config. Default: true
2929
persist-credentials: false

.github/workflows/provision-by-terraform.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424

2525
- name: Clone source code
26-
uses: actions/[email protected].1 # https://github.com/actions/checkout
26+
uses: actions/[email protected].2 # https://github.com/actions/checkout
2727
with:
2828
# Whether to configure the token or SSH key with the local git config. Default: true
2929
persist-credentials: false
@@ -36,7 +36,7 @@ jobs:
3636
3737
# https://github.com/tfutils/tfenv#manual
3838
- name: Install tfenv
39-
uses: actions/[email protected].1
39+
uses: actions/[email protected].2
4040
with:
4141
# https://github.com/actions/checkout#checkout-multiple-repos-nested
4242
repository: tfutils/tfenv

.github/workflows/static-analysis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-20.04
2323
steps:
2424
- name: Clone source code
25-
uses: actions/[email protected].1 # https://github.com/actions/checkout
25+
uses: actions/[email protected].2 # https://github.com/actions/checkout
2626
with:
2727
# Whether to configure the token or SSH key with the local git config. Default: true
2828
persist-credentials: false
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: ubuntu-20.04
4848
steps:
4949
- name: Clone source code
50-
uses: actions/[email protected].1 # https://github.com/actions/checkout
50+
uses: actions/[email protected].2 # https://github.com/actions/checkout
5151
with:
5252
# Whether to configure the token or SSH key with the local git config. Default: true
5353
persist-credentials: false

.github/workflows/todos-extract-from-code.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-22.04
3333
steps:
3434
- name: Clone source code
35-
uses: actions/[email protected].1 # https://github.com/actions/checkout
35+
uses: actions/[email protected].2 # https://github.com/actions/checkout
3636
with:
3737
# Whether to configure the token or SSH key with the local git config. Default: true
3838
persist-credentials: true

.github/workflows/todos-handle-issue-changes.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-20.04
2727
steps:
2828
- name: Clone source code
29-
uses: actions/[email protected].1 # https://github.com/actions/checkout
29+
uses: actions/[email protected].2 # https://github.com/actions/checkout
3030
with:
3131
# Whether to configure the token or SSH key with the local git config. Default: true
3232
persist-credentials: true

.github/workflows/unit-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-20.04
2222
steps:
2323
- name: Clone source code
24-
uses: actions/[email protected].1 # https://github.com/actions/checkout
24+
uses: actions/[email protected].2 # https://github.com/actions/checkout
2525
with:
2626
# Whether to configure the token or SSH key with the local git config. Default: true
2727
persist-credentials: false
@@ -46,7 +46,7 @@ jobs:
4646
runs-on: ubuntu-20.04
4747
steps:
4848
- name: Clone source code
49-
uses: actions/[email protected].1 # https://github.com/actions/checkout
49+
uses: actions/[email protected].2 # https://github.com/actions/checkout
5050
with:
5151
# Whether to configure the token or SSH key with the local git config. Default: true
5252
persist-credentials: false

0 commit comments

Comments
 (0)