From 078ea543c02b6a50d957722332a487830b672084 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 18:09:23 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7.0.1 --- .github/workflows/compose-lint.yml | 4 ++-- .github/workflows/compose-security.yml | 2 +- .github/workflows/deploy.yml | 8 ++++---- .github/workflows/workflow-lint.yml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/compose-lint.yml b/.github/workflows/compose-lint.yml index 9918ad2..c56ba3a 100644 --- a/.github/workflows/compose-lint.yml +++ b/.github/workflows/compose-lint.yml @@ -64,14 +64,14 @@ jobs: lint-result: ${{ steps.results.outputs.lint-result }} steps: - name: Checkout target repository - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: repository: ${{ inputs.target-repository }} ref: ${{ inputs.target-ref }} fetch-depth: 0 # full history so changed-files can diff the Renovate config - name: Checkout compose-workflow for linting scripts - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: repository: owine/compose-workflow ref: main diff --git a/.github/workflows/compose-security.yml b/.github/workflows/compose-security.yml index 2acd85f..9e6badd 100644 --- a/.github/workflows/compose-security.yml +++ b/.github/workflows/compose-security.yml @@ -76,7 +76,7 @@ jobs: trivy-result: ${{ steps.results.outputs.trivy-result }} steps: - name: Checkout target repository - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: repository: ${{ inputs.target-repository }} ref: ${{ inputs.target-ref }} diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f7422a6..929bd7c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -79,12 +79,12 @@ jobs: has_disabled_stacks: ${{ steps.discover-stacks.outputs.has_disabled_stacks }} critical_stacks: ${{ steps.detect-critical.outputs.critical_stacks }} steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: fetch-depth: 0 ref: ${{ inputs.target-ref }} - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: repository: owine/compose-workflow ref: main @@ -265,7 +265,7 @@ jobs: # actions/checkout authenticates via GITHUB_TOKEN; the deploy user has no # GitHub credentials, so we fetch into the workspace and then sync the # live tree from the local workspace (no network auth required). - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 if: steps.skip-gate.outputs.skipped == 'false' with: fetch-depth: 0 @@ -764,7 +764,7 @@ jobs: (needs.prepare.outputs.has_removed_stacks == 'true' || needs.prepare.outputs.has_existing_stacks == 'true' || needs.prepare.outputs.has_new_stacks == 'true') - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: repository: owine/compose-workflow sparse-checkout: scripts/deployment diff --git a/.github/workflows/workflow-lint.yml b/.github/workflows/workflow-lint.yml index 09ad41d..1cf145b 100644 --- a/.github/workflows/workflow-lint.yml +++ b/.github/workflows/workflow-lint.yml @@ -18,7 +18,7 @@ jobs: timeout-minutes: 10 steps: - name: Checkout repository - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Run yamllint id: yamllint