diff --git a/.github/workflows/dependencies-diff.yml b/.github/workflows/dependencies-diff.yml index 8992613d1..33712c7cc 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.0 # https://github.com/actions/checkout + uses: actions/checkout@v4.2.1 # 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 df9fa0b8d..4d03ca409 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.0 # https://github.com/actions/checkout + uses: actions/checkout@v4.2.1 # 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 4a2b89603..ec8f2a679 100644 --- a/.github/workflows/integration-tests-h2.yml +++ b/.github/workflows/integration-tests-h2.yml @@ -36,7 +36,7 @@ jobs: continue-on-error: ${{ matrix.allow-failure }} steps: - name: Clone source code - uses: actions/checkout@v4.2.0 # https://github.com/actions/checkout + uses: actions/checkout@v4.2.1 # 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 464fb6073..190fbbc4e 100644 --- a/.github/workflows/integration-tests-mysql.yml +++ b/.github/workflows/integration-tests-mysql.yml @@ -48,7 +48,7 @@ jobs: - '3306:3306' steps: - name: Clone source code - uses: actions/checkout@v4.2.0 # https://github.com/actions/checkout + uses: actions/checkout@v4.2.1 # 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 c04bdf726..9e58d2042 100644 --- a/.github/workflows/integration-tests-postgres.yml +++ b/.github/workflows/integration-tests-postgres.yml @@ -39,7 +39,7 @@ jobs: - '5432:5432' steps: - name: Clone source code - uses: actions/checkout@v4.2.0 # https://github.com/actions/checkout + uses: actions/checkout@v4.2.1 # 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 d30c0ba2b..e85cdfe8e 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.0 # https://github.com/actions/checkout + uses: actions/checkout@v4.2.1 # 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 57df8c658..93af02a72 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.0 # https://github.com/actions/checkout + uses: actions/checkout@v4.2.1 # 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 4dab3a2e3..510ab55a6 100644 --- a/.github/workflows/provision-by-terraform.yml +++ b/.github/workflows/provision-by-terraform.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Clone source code - uses: actions/checkout@v4.2.0 # https://github.com/actions/checkout + uses: actions/checkout@v4.2.1 # https://github.com/actions/checkout with: # Whether to configure the token or SSH key with the local git config. Default: true persist-credentials: false @@ -36,7 +36,7 @@ jobs: # https://github.com/tfutils/tfenv#manual - name: Install tfenv - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.1 with: # https://github.com/actions/checkout#checkout-multiple-repos-nested repository: tfutils/tfenv diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 7a84a4232..4ac25654f 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Clone source code - uses: actions/checkout@v4.2.0 # https://github.com/actions/checkout + uses: actions/checkout@v4.2.1 # https://github.com/actions/checkout with: # Whether to configure the token or SSH key with the local git config. Default: true persist-credentials: false @@ -47,7 +47,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Clone source code - uses: actions/checkout@v4.2.0 # https://github.com/actions/checkout + uses: actions/checkout@v4.2.1 # 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 0125ea305..2722aae0e 100644 --- a/.github/workflows/todos-extract-from-code.yml +++ b/.github/workflows/todos-extract-from-code.yml @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Clone source code - uses: actions/checkout@v4.2.0 # https://github.com/actions/checkout + uses: actions/checkout@v4.2.1 # 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 27d4f263a..830e430c8 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-20.04 steps: - name: Clone source code - uses: actions/checkout@v4.2.0 # https://github.com/actions/checkout + uses: actions/checkout@v4.2.1 # 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 29cc03395..6074eb0d8 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Clone source code - uses: actions/checkout@v4.2.0 # https://github.com/actions/checkout + uses: actions/checkout@v4.2.1 # https://github.com/actions/checkout with: # Whether to configure the token or SSH key with the local git config. Default: true persist-credentials: false @@ -46,7 +46,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Clone source code - uses: actions/checkout@v4.2.0 # https://github.com/actions/checkout + uses: actions/checkout@v4.2.1 # https://github.com/actions/checkout with: # Whether to configure the token or SSH key with the local git config. Default: true persist-credentials: false