From 4ae6b45ec22bcc017642c1544f2a3eccba8b5d72 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 13:06:08 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6.1.0 --- .github/workflows/action-reviewdog.yml | 2 +- .github/workflows/action-superlint.yml | 2 +- .github/workflows/dependency_review.yaml | 2 +- .github/workflows/release-actions.yml | 2 +- .github/workflows/test-action-checkout.yml | 6 +++--- .github/workflows/test-action-maven-build.yml | 2 +- .github/workflows/test-action-npm-build.yml | 2 +- .github/workflows/test-action-npm-release.yml | 2 +- .github/workflows/test-trivy.yml | 2 +- action-templates/actions/action-actionlint/action.yml | 2 +- action-templates/actions/action-build-docs/action.yml | 2 +- action-templates/actions/action-build-image/action.yml | 2 +- action-templates/actions/action-checkout/action.yml | 4 ++-- action-templates/actions/action-codeql/action.yml | 2 +- .../actions/action-dependency-review/action.yml | 2 +- .../actions/action-dockercompose-healthcheck/action.yml | 2 +- action-templates/actions/action-maven-build/action.yml | 2 +- action-templates/actions/action-maven-release/action.yml | 2 +- action-templates/actions/action-npm-release/action.yml | 2 +- action-templates/actions/action-pr-labeler/action.yml | 2 +- action-templates/actions/action-trivy/action.yml | 2 +- 21 files changed, 24 insertions(+), 24 deletions(-) diff --git a/.github/workflows/action-reviewdog.yml b/.github/workflows/action-reviewdog.yml index c7882238..eddaadae 100644 --- a/.github/workflows/action-reviewdog.yml +++ b/.github/workflows/action-reviewdog.yml @@ -8,7 +8,7 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 with: persist-credentials: false - uses: reviewdog/action-actionlint@6fb7acc99f4a1008869fa8a0f09cfca740837d9d # v1.72.0 diff --git a/.github/workflows/action-superlint.yml b/.github/workflows/action-superlint.yml index b43ecdbf..5144534f 100644 --- a/.github/workflows/action-superlint.yml +++ b/.github/workflows/action-superlint.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 with: # super-linter needs the full git history to get the # list of files that changed across commits diff --git a/.github/workflows/dependency_review.yaml b/.github/workflows/dependency_review.yaml index 2c964e15..2f172e88 100644 --- a/.github/workflows/dependency_review.yaml +++ b/.github/workflows/dependency_review.yaml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 with: persist-credentials: false - name: Dependency Review diff --git a/.github/workflows/release-actions.yml b/.github/workflows/release-actions.yml index 9b0a6b6b..ce97486a 100644 --- a/.github/workflows/release-actions.yml +++ b/.github/workflows/release-actions.yml @@ -18,7 +18,7 @@ jobs: id-token: write # to enable use of OIDC for npm provenance steps: - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/test-action-checkout.yml b/.github/workflows/test-action-checkout.yml index 9460401d..1a22cf06 100644 --- a/.github/workflows/test-action-checkout.yml +++ b/.github/workflows/test-action-checkout.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout-local-actions - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 with: fetch-depth: 0 persist-credentials: false @@ -40,7 +40,7 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout-local-actions - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 with: fetch-depth: 0 persist-credentials: false @@ -62,7 +62,7 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout-local-actions - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/test-action-maven-build.yml b/.github/workflows/test-action-maven-build.yml index 6c015a3e..9d45f708 100644 --- a/.github/workflows/test-action-maven-build.yml +++ b/.github/workflows/test-action-maven-build.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout-local-actions - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/test-action-npm-build.yml b/.github/workflows/test-action-npm-build.yml index 66157dbd..eacee66e 100644 --- a/.github/workflows/test-action-npm-build.yml +++ b/.github/workflows/test-action-npm-build.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout-local-actions - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/test-action-npm-release.yml b/.github/workflows/test-action-npm-release.yml index 258e2f09..9f3d8bcd 100644 --- a/.github/workflows/test-action-npm-release.yml +++ b/.github/workflows/test-action-npm-release.yml @@ -22,7 +22,7 @@ jobs: id-token: write # to enable use of OIDC for npm provenance steps: - name: checkout-local-actions - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/test-trivy.yml b/.github/workflows/test-trivy.yml index 49667e5c..2b932fc3 100644 --- a/.github/workflows/test-trivy.yml +++ b/.github/workflows/test-trivy.yml @@ -21,7 +21,7 @@ jobs: security-events: write # Required to upload SARIF results to the GitHub Security tab steps: - name: checkout-local-actions - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 with: fetch-depth: 0 persist-credentials: false diff --git a/action-templates/actions/action-actionlint/action.yml b/action-templates/actions/action-actionlint/action.yml index 7375a544..db105023 100644 --- a/action-templates/actions/action-actionlint/action.yml +++ b/action-templates/actions/action-actionlint/action.yml @@ -5,7 +5,7 @@ runs: using: "composite" steps: - name: Checkout repository - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 with: persist-credentials: false - uses: devops-actions/actionlint@e7ee33fbf5aa8c9f9ee1145137f3e52e25d6a35b # v0.1.3 diff --git a/action-templates/actions/action-build-docs/action.yml b/action-templates/actions/action-build-docs/action.yml index f29fabb0..c7b05257 100644 --- a/action-templates/actions/action-build-docs/action.yml +++ b/action-templates/actions/action-build-docs/action.yml @@ -27,7 +27,7 @@ runs: using: "composite" steps: - name: Checkout repository - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 with: fetch-depth: 0 # Required for vitepress lastUpdated persist-credentials: false diff --git a/action-templates/actions/action-build-image/action.yml b/action-templates/actions/action-build-image/action.yml index 0327f6f8..b55c0d93 100644 --- a/action-templates/actions/action-build-image/action.yml +++ b/action-templates/actions/action-build-image/action.yml @@ -36,7 +36,7 @@ runs: using: "composite" steps: - name: Checkout repository - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 with: persist-credentials: false - name: Download a single artifact diff --git a/action-templates/actions/action-checkout/action.yml b/action-templates/actions/action-checkout/action.yml index 47e5d302..54784092 100644 --- a/action-templates/actions/action-checkout/action.yml +++ b/action-templates/actions/action-checkout/action.yml @@ -10,11 +10,11 @@ runs: steps: - name: Checkout repository without persisting credentials if: ${{ inputs.persist-credentials != 'true' }} - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 with: persist-credentials: false - name: Checkout repository with persisting credentials if: ${{ inputs.persist-credentials == 'true' }} - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 with: persist-credentials: true diff --git a/action-templates/actions/action-codeql/action.yml b/action-templates/actions/action-codeql/action.yml index ef1a6f59..0aaf856d 100644 --- a/action-templates/actions/action-codeql/action.yml +++ b/action-templates/actions/action-codeql/action.yml @@ -28,7 +28,7 @@ runs: using: "composite" steps: - name: Checkout repository - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 with: persist-credentials: false - name: Extract Java Version from pom.xml diff --git a/action-templates/actions/action-dependency-review/action.yml b/action-templates/actions/action-dependency-review/action.yml index 35c03c1d..c2a1ec64 100644 --- a/action-templates/actions/action-dependency-review/action.yml +++ b/action-templates/actions/action-dependency-review/action.yml @@ -11,7 +11,7 @@ runs: using: "composite" steps: - name: Checkout repository - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 with: persist-credentials: false - name: Dependency review diff --git a/action-templates/actions/action-dockercompose-healthcheck/action.yml b/action-templates/actions/action-dockercompose-healthcheck/action.yml index ad283b31..7e9431c5 100644 --- a/action-templates/actions/action-dockercompose-healthcheck/action.yml +++ b/action-templates/actions/action-dockercompose-healthcheck/action.yml @@ -31,7 +31,7 @@ runs: using: "composite" steps: - name: Checkout repository - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 with: persist-credentials: false - name: Start Docker Compose services diff --git a/action-templates/actions/action-maven-build/action.yml b/action-templates/actions/action-maven-build/action.yml index c79fb944..15ebbb7a 100644 --- a/action-templates/actions/action-maven-build/action.yml +++ b/action-templates/actions/action-maven-build/action.yml @@ -23,7 +23,7 @@ runs: using: "composite" steps: - name: Checkout repository - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 with: persist-credentials: false - name: Extract Java Version from pom.xml diff --git a/action-templates/actions/action-maven-release/action.yml b/action-templates/actions/action-maven-release/action.yml index 8adef86e..d8088456 100644 --- a/action-templates/actions/action-maven-release/action.yml +++ b/action-templates/actions/action-maven-release/action.yml @@ -50,7 +50,7 @@ runs: steps: # Checkout source code, set up Java, etc. Then... - name: Checkout repository - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 with: persist-credentials: true - name: Extract Java Version from pom.xml diff --git a/action-templates/actions/action-npm-release/action.yml b/action-templates/actions/action-npm-release/action.yml index b071bec7..ab8503b0 100644 --- a/action-templates/actions/action-npm-release/action.yml +++ b/action-templates/actions/action-npm-release/action.yml @@ -24,7 +24,7 @@ runs: using: "composite" steps: - name: Checkout repository - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 with: persist-credentials: true - name: Set up Node.js diff --git a/action-templates/actions/action-pr-labeler/action.yml b/action-templates/actions/action-pr-labeler/action.yml index b4025707..4a2bf5fc 100644 --- a/action-templates/actions/action-pr-labeler/action.yml +++ b/action-templates/actions/action-pr-labeler/action.yml @@ -16,7 +16,7 @@ runs: steps: - name: Checkout external repository if: ${{ inputs.repository != '' }} - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 with: repository: "${{ inputs.repository }}" persist-credentials: false diff --git a/action-templates/actions/action-trivy/action.yml b/action-templates/actions/action-trivy/action.yml index 9ecf49f8..049ba5e5 100644 --- a/action-templates/actions/action-trivy/action.yml +++ b/action-templates/actions/action-trivy/action.yml @@ -24,7 +24,7 @@ runs: steps: - name: Checkout repository if: inputs.scan-type == 'fs' - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 with: fetch-depth: 0 # Required for vitepress lastUpdated persist-credentials: false