Skip to content

Commit

Permalink
ci: bump actions/checkout from 4.2.1 to 4.2.2
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.1 to 4.2.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.2.1...v4.2.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>
  • Loading branch information
dependabot[bot] authored Oct 24, 2024
1 parent 7cb5d48 commit c20da6a
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependencies-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Clone source code
uses: actions/checkout@v4.2.1 # https://github.com/actions/checkout
uses: actions/checkout@v4.2.2 # https://github.com/actions/checkout
with:
# Whether to configure the token or SSH key with the local git config. Default: true
persist-credentials: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:

- name: Clone source code
uses: actions/checkout@v4.2.1 # https://github.com/actions/checkout
uses: actions/checkout@v4.2.2 # https://github.com/actions/checkout
with:
# Whether to configure the token or SSH key with the local git config. Default: true
persist-credentials: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-h2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
continue-on-error: ${{ matrix.allow-failure }}
steps:
- name: Clone source code
uses: actions/checkout@v4.2.1 # https://github.com/actions/checkout
uses: actions/checkout@v4.2.2 # https://github.com/actions/checkout
with:
# Whether to configure the token or SSH key with the local git config. Default: true
persist-credentials: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- '3306:3306'
steps:
- name: Clone source code
uses: actions/checkout@v4.2.1 # https://github.com/actions/checkout
uses: actions/checkout@v4.2.2 # https://github.com/actions/checkout
with:
# Whether to configure the token or SSH key with the local git config. Default: true
persist-credentials: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- '5432:5432'
steps:
- name: Clone source code
uses: actions/checkout@v4.2.1 # https://github.com/actions/checkout
uses: actions/checkout@v4.2.2 # https://github.com/actions/checkout
with:
# Whether to configure the token or SSH key with the local git config. Default: true
persist-credentials: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/populate-maven-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
steps:

- name: Clone source code
uses: actions/checkout@v4.2.1 # https://github.com/actions/checkout
uses: actions/checkout@v4.2.2 # https://github.com/actions/checkout
with:
# Whether to configure the token or SSH key with the local git config. Default: true
persist-credentials: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/provision-by-ansible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:

- name: Clone source code
uses: actions/checkout@v4.2.1 # https://github.com/actions/checkout
uses: actions/checkout@v4.2.2 # https://github.com/actions/checkout
with:
# Whether to configure the token or SSH key with the local git config. Default: true
persist-credentials: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/provision-by-terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:

- name: Clone source code
uses: actions/checkout@v4.2.1 # https://github.com/actions/checkout
uses: actions/checkout@v4.2.2 # https://github.com/actions/checkout
with:
# Whether to configure the token or SSH key with the local git config. Default: true
persist-credentials: false
Expand All @@ -36,7 +36,7 @@ jobs:
# https://github.com/tfutils/tfenv#manual
- name: Install tfenv
uses: actions/checkout@v4.2.1
uses: actions/checkout@v4.2.2
with:
# https://github.com/actions/checkout#checkout-multiple-repos-nested
repository: tfutils/tfenv
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Clone source code
uses: actions/checkout@v4.2.1 # https://github.com/actions/checkout
uses: actions/checkout@v4.2.2 # https://github.com/actions/checkout
with:
# Whether to configure the token or SSH key with the local git config. Default: true
persist-credentials: false
Expand All @@ -47,7 +47,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Clone source code
uses: actions/checkout@v4.2.1 # https://github.com/actions/checkout
uses: actions/checkout@v4.2.2 # https://github.com/actions/checkout
with:
# Whether to configure the token or SSH key with the local git config. Default: true
persist-credentials: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/todos-extract-from-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Clone source code
uses: actions/checkout@v4.2.1 # https://github.com/actions/checkout
uses: actions/checkout@v4.2.2 # https://github.com/actions/checkout
with:
# Whether to configure the token or SSH key with the local git config. Default: true
persist-credentials: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/todos-handle-issue-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Clone source code
uses: actions/checkout@v4.2.1 # https://github.com/actions/checkout
uses: actions/checkout@v4.2.2 # https://github.com/actions/checkout
with:
# Whether to configure the token or SSH key with the local git config. Default: true
persist-credentials: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Clone source code
uses: actions/checkout@v4.2.1 # https://github.com/actions/checkout
uses: actions/checkout@v4.2.2 # https://github.com/actions/checkout
with:
# Whether to configure the token or SSH key with the local git config. Default: true
persist-credentials: false
Expand All @@ -46,7 +46,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Clone source code
uses: actions/checkout@v4.2.1 # https://github.com/actions/checkout
uses: actions/checkout@v4.2.2 # https://github.com/actions/checkout
with:
# Whether to configure the token or SSH key with the local git config. Default: true
persist-credentials: false
Expand Down

0 comments on commit c20da6a

Please sign in to comment.