diff --git a/.github/workflows/dependencies-diff.yml b/.github/workflows/dependencies-diff.yml index 09c7bc7de..7f76d5e55 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.1.1 # https://github.com/actions/checkout + uses: actions/checkout@v4.1.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 diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4dc37c65e..0757f2a20 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.1.1 # https://github.com/actions/checkout + uses: actions/checkout@v4.1.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 diff --git a/.github/workflows/integration-tests-h2.yml b/.github/workflows/integration-tests-h2.yml index 8c9f0e28d..9891d25ce 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.1.1 # https://github.com/actions/checkout + uses: actions/checkout@v4.1.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 diff --git a/.github/workflows/integration-tests-mysql.yml b/.github/workflows/integration-tests-mysql.yml index d7f33e2fa..d2b9d4e9a 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.1.1 # https://github.com/actions/checkout + uses: actions/checkout@v4.1.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 diff --git a/.github/workflows/integration-tests-postgres.yml b/.github/workflows/integration-tests-postgres.yml index 9426a512a..546d9b767 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.1.1 # https://github.com/actions/checkout + uses: actions/checkout@v4.1.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 diff --git a/.github/workflows/populate-maven-cache.yml b/.github/workflows/populate-maven-cache.yml index a492778fb..3e09d3efd 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.1.1 # https://github.com/actions/checkout + uses: actions/checkout@v4.1.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 diff --git a/.github/workflows/provision-by-ansible.yml b/.github/workflows/provision-by-ansible.yml index 82091b26a..a3394434c 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.1.1 # https://github.com/actions/checkout + uses: actions/checkout@v4.1.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 diff --git a/.github/workflows/provision-by-terraform.yml b/.github/workflows/provision-by-terraform.yml index 6cb8442d8..59c2e1f9d 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.1.1 # https://github.com/actions/checkout + uses: actions/checkout@v4.1.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 @@ -36,7 +36,7 @@ jobs: # https://github.com/tfutils/tfenv#manual - name: Install tfenv - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.2 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 5a44656e3..85e8ba88c 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.1.1 # https://github.com/actions/checkout + uses: actions/checkout@v4.1.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 @@ -47,7 +47,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Clone source code - uses: actions/checkout@v4.1.1 # https://github.com/actions/checkout + uses: actions/checkout@v4.1.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 diff --git a/.github/workflows/todos-extract-from-code.yml b/.github/workflows/todos-extract-from-code.yml index 75a279a9a..cd9ad3566 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.1.1 # https://github.com/actions/checkout + uses: actions/checkout@v4.1.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 diff --git a/.github/workflows/todos-handle-issue-changes.yml b/.github/workflows/todos-handle-issue-changes.yml index 85f624f23..5e8513797 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.1.1 # https://github.com/actions/checkout + uses: actions/checkout@v4.1.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 diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index db3b695ab..0a6df30b2 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.1.1 # https://github.com/actions/checkout + uses: actions/checkout@v4.1.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 @@ -46,7 +46,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Clone source code - uses: actions/checkout@v4.1.1 # https://github.com/actions/checkout + uses: actions/checkout@v4.1.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