From 3dc0587ab27dc503915d1b7e2e99e57a170ad296 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Aug 2025 20:24:28 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4.2.2 --- .github/workflows/ci-alpine-build.yml | 2 +- .github/workflows/ci-alpine-release.yml | 2 +- .github/workflows/ci-auto-rerun-failed-jobs-action.yml | 2 +- .github/workflows/ci-checks.yml | 6 +++--- .github/workflows/ci-debian-build.yml | 2 +- .github/workflows/ci-main-reusable-caller.yml | 2 +- .github/workflows/deploy.yml | 2 +- .github/workflows/qi-bash.yml | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci-alpine-build.yml b/.github/workflows/ci-alpine-build.yml index c23c7a1e..d378aacd 100644 --- a/.github/workflows/ci-alpine-build.yml +++ b/.github/workflows/ci-alpine-build.yml @@ -57,7 +57,7 @@ jobs: steps: - name: Checkout ${{ inputs.distinct_id }} - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: persist-credentials: false diff --git a/.github/workflows/ci-alpine-release.yml b/.github/workflows/ci-alpine-release.yml index 8a2a1f3f..0a486106 100644 --- a/.github/workflows/ci-alpine-release.yml +++ b/.github/workflows/ci-alpine-release.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Checkout ${{ inputs.distinct_id }} - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: persist-credentials: false diff --git a/.github/workflows/ci-auto-rerun-failed-jobs-action.yml b/.github/workflows/ci-auto-rerun-failed-jobs-action.yml index d7442893..c4437b68 100644 --- a/.github/workflows/ci-auto-rerun-failed-jobs-action.yml +++ b/.github/workflows/ci-auto-rerun-failed-jobs-action.yml @@ -31,7 +31,7 @@ jobs: GH_TOKEN: "${{ secrets.AUTO_RERUN || github.token }}" steps: - name: Host - Checkout action ${{ inputs.distinct_id }} - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: persist-credentials: false diff --git a/.github/workflows/ci-checks.yml b/.github/workflows/ci-checks.yml index 21813a25..3f3792a3 100644 --- a/.github/workflows/ci-checks.yml +++ b/.github/workflows/ci-checks.yml @@ -14,7 +14,7 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: persist-credentials: false @@ -33,7 +33,7 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: persist-credentials: false @@ -58,7 +58,7 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: persist-credentials: false diff --git a/.github/workflows/ci-debian-build.yml b/.github/workflows/ci-debian-build.yml index b722a7fe..3eeb0eb4 100644 --- a/.github/workflows/ci-debian-build.yml +++ b/.github/workflows/ci-debian-build.yml @@ -72,7 +72,7 @@ jobs: steps: - name: Checkout ${{ inputs.distinct_id }} - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: persist-credentials: false diff --git a/.github/workflows/ci-main-reusable-caller.yml b/.github/workflows/ci-main-reusable-caller.yml index 254b8b7b..38343705 100644 --- a/.github/workflows/ci-main-reusable-caller.yml +++ b/.github/workflows/ci-main-reusable-caller.yml @@ -119,7 +119,7 @@ jobs: retries: ${{ github.event.inputs.retries || '1' }} distinct_id: ${{ github.event.inputs.distinct_id }} steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: persist-credentials: false - name: ci-auto-rerun-failed-jobs via ${{ env.github_repo || github.repository }} diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 44b2cc24..28aa4220 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,7 +20,7 @@ jobs: contents: read steps: - name: Checkout your repository using git - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: persist-credentials: false diff --git a/.github/workflows/qi-bash.yml b/.github/workflows/qi-bash.yml index 8dd39759..87418ce1 100644 --- a/.github/workflows/qi-bash.yml +++ b/.github/workflows/qi-bash.yml @@ -49,7 +49,7 @@ jobs: container_name: "build" steps: - name: Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: persist-credentials: false