From fd985e31ee1a8a7cb08fda17c304db6b3a55b3c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Nov 2025 09:13:14 +0000 Subject: [PATCH] ci: bump actions/checkout from 4.2.2 to 6.0.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 6.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.2.2...v6.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/dependencies-diff.yml | 2 +- .github/workflows/deploy.yml | 2 +- .github/workflows/integration-tests-h2.yml | 2 +- .github/workflows/integration-tests-mysql.yml | 2 +- .github/workflows/integration-tests-postgres.yml | 2 +- .github/workflows/populate-maven-cache.yml | 2 +- .github/workflows/provision-by-ansible.yml | 2 +- .github/workflows/provision-by-terraform.yml | 2 +- .github/workflows/static-analysis.yml | 4 ++-- .github/workflows/todos-extract-from-code.yml | 2 +- .github/workflows/todos-handle-issue-changes.yml | 2 +- .github/workflows/unit-tests.yml | 4 ++-- 12 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/dependencies-diff.yml b/.github/workflows/dependencies-diff.yml index 8be8308d8..3eb7a1254 100644 --- a/.github/workflows/dependencies-diff.yml +++ b/.github/workflows/dependencies-diff.yml @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Clone source code - uses: actions/checkout@v4.2.2 # https://github.com/actions/checkout + uses: actions/checkout@v6.0.0 # https://github.com/actions/checkout with: # Whether to configure the token or SSH key with the local git config. Default: true persist-credentials: false diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f5db08fda..f45e0205f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Clone source code - uses: actions/checkout@v4.2.2 # https://github.com/actions/checkout + uses: actions/checkout@v6.0.0 # https://github.com/actions/checkout with: # Whether to configure the token or SSH key with the local git config. Default: true persist-credentials: false diff --git a/.github/workflows/integration-tests-h2.yml b/.github/workflows/integration-tests-h2.yml index 43a26c1c6..49c10ff91 100644 --- a/.github/workflows/integration-tests-h2.yml +++ b/.github/workflows/integration-tests-h2.yml @@ -47,7 +47,7 @@ jobs: continue-on-error: ${{ matrix.allow-failure }} steps: - name: Clone source code - uses: actions/checkout@v4.2.2 # https://github.com/actions/checkout + uses: actions/checkout@v6.0.0 # https://github.com/actions/checkout with: # Whether to configure the token or SSH key with the local git config. Default: true persist-credentials: false diff --git a/.github/workflows/integration-tests-mysql.yml b/.github/workflows/integration-tests-mysql.yml index 02b96c1d4..66ed4e164 100644 --- a/.github/workflows/integration-tests-mysql.yml +++ b/.github/workflows/integration-tests-mysql.yml @@ -59,7 +59,7 @@ jobs: - '3306:3306' steps: - name: Clone source code - uses: actions/checkout@v4.2.2 # https://github.com/actions/checkout + uses: actions/checkout@v6.0.0 # https://github.com/actions/checkout with: # Whether to configure the token or SSH key with the local git config. Default: true persist-credentials: false diff --git a/.github/workflows/integration-tests-postgres.yml b/.github/workflows/integration-tests-postgres.yml index 501224754..e4e57f145 100644 --- a/.github/workflows/integration-tests-postgres.yml +++ b/.github/workflows/integration-tests-postgres.yml @@ -50,7 +50,7 @@ jobs: - '5432:5432' steps: - name: Clone source code - uses: actions/checkout@v4.2.2 # https://github.com/actions/checkout + uses: actions/checkout@v6.0.0 # https://github.com/actions/checkout with: # Whether to configure the token or SSH key with the local git config. Default: true persist-credentials: false diff --git a/.github/workflows/populate-maven-cache.yml b/.github/workflows/populate-maven-cache.yml index ed1f85562..ae19d191b 100644 --- a/.github/workflows/populate-maven-cache.yml +++ b/.github/workflows/populate-maven-cache.yml @@ -31,7 +31,7 @@ jobs: steps: - name: Clone source code - uses: actions/checkout@v4.2.2 # https://github.com/actions/checkout + uses: actions/checkout@v6.0.0 # https://github.com/actions/checkout with: # Whether to configure the token or SSH key with the local git config. Default: true persist-credentials: false diff --git a/.github/workflows/provision-by-ansible.yml b/.github/workflows/provision-by-ansible.yml index 9ebcf4e2b..a4aa76fb0 100644 --- a/.github/workflows/provision-by-ansible.yml +++ b/.github/workflows/provision-by-ansible.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Clone source code - uses: actions/checkout@v4.2.2 # https://github.com/actions/checkout + uses: actions/checkout@v6.0.0 # https://github.com/actions/checkout with: # Whether to configure the token or SSH key with the local git config. Default: true persist-credentials: false diff --git a/.github/workflows/provision-by-terraform.yml b/.github/workflows/provision-by-terraform.yml index 3e86656f4..e0dd23dc0 100644 --- a/.github/workflows/provision-by-terraform.yml +++ b/.github/workflows/provision-by-terraform.yml @@ -33,7 +33,7 @@ jobs: steps: - name: Clone source code - uses: actions/checkout@v4.2.2 # https://github.com/actions/checkout + uses: actions/checkout@v6.0.0 # https://github.com/actions/checkout with: # Whether to configure the token or SSH key with the local git config. Default: true persist-credentials: false diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index c7e7e9313..9d53a3a5d 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -33,7 +33,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Clone source code - uses: actions/checkout@v4.2.2 # https://github.com/actions/checkout + uses: actions/checkout@v6.0.0 # https://github.com/actions/checkout with: # Whether to configure the token or SSH key with the local git config. Default: true persist-credentials: false @@ -58,7 +58,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Clone source code - uses: actions/checkout@v4.2.2 # https://github.com/actions/checkout + uses: actions/checkout@v6.0.0 # https://github.com/actions/checkout with: # Whether to configure the token or SSH key with the local git config. Default: true persist-credentials: false diff --git a/.github/workflows/todos-extract-from-code.yml b/.github/workflows/todos-extract-from-code.yml index 31af45607..7b0980733 100644 --- a/.github/workflows/todos-extract-from-code.yml +++ b/.github/workflows/todos-extract-from-code.yml @@ -31,7 +31,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Clone source code - uses: actions/checkout@v4.2.2 # https://github.com/actions/checkout + uses: actions/checkout@v6.0.0 # https://github.com/actions/checkout with: # Whether to configure the token or SSH key with the local git config. Default: true persist-credentials: true diff --git a/.github/workflows/todos-handle-issue-changes.yml b/.github/workflows/todos-handle-issue-changes.yml index ea3ec9d70..da66f5e91 100644 --- a/.github/workflows/todos-handle-issue-changes.yml +++ b/.github/workflows/todos-handle-issue-changes.yml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Clone source code - uses: actions/checkout@v4.2.2 # https://github.com/actions/checkout + uses: actions/checkout@v6.0.0 # https://github.com/actions/checkout with: # Whether to configure the token or SSH key with the local git config. Default: true persist-credentials: true diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 39772d1b4..c3f507628 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Clone source code - uses: actions/checkout@v4.2.2 # https://github.com/actions/checkout + uses: actions/checkout@v6.0.0 # https://github.com/actions/checkout with: # Whether to configure the token or SSH key with the local git config. Default: true persist-credentials: false @@ -57,7 +57,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Clone source code - uses: actions/checkout@v4.2.2 # https://github.com/actions/checkout + uses: actions/checkout@v6.0.0 # https://github.com/actions/checkout with: # Whether to configure the token or SSH key with the local git config. Default: true persist-credentials: false