From 98e9538b4dcbaf5e8bc6b5001ed8634e533e58a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 04:11:09 +0000 Subject: [PATCH] chore(ci): bump actions/checkout from 4.3.1 to 7.0.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.3.1 to 7.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.3.1...9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/reusable-codeql.yml | 2 +- .github/workflows/reusable-dependency-review.yml | 2 +- .github/workflows/reusable-docker-lint.yml | 4 ++-- .github/workflows/reusable-history-check.yml | 2 +- .github/workflows/reusable-secret-scan.yml | 2 +- .github/workflows/workflow-sanity.yml | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/reusable-codeql.yml b/.github/workflows/reusable-codeql.yml index cfeb89a..b8d7c66 100644 --- a/.github/workflows/reusable-codeql.yml +++ b/.github/workflows/reusable-codeql.yml @@ -26,7 +26,7 @@ jobs: timeout-minutes: 30 steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false fetch-depth: 2 diff --git a/.github/workflows/reusable-dependency-review.yml b/.github/workflows/reusable-dependency-review.yml index b7d4a80..bcfddcc 100644 --- a/.github/workflows/reusable-dependency-review.yml +++ b/.github/workflows/reusable-dependency-review.yml @@ -64,7 +64,7 @@ jobs: pull-requests: write steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false diff --git a/.github/workflows/reusable-docker-lint.yml b/.github/workflows/reusable-docker-lint.yml index 27cf394..a8a4dbc 100644 --- a/.github/workflows/reusable-docker-lint.yml +++ b/.github/workflows/reusable-docker-lint.yml @@ -85,7 +85,7 @@ jobs: contents: read steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false @@ -147,7 +147,7 @@ jobs: contents: read steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false diff --git a/.github/workflows/reusable-history-check.yml b/.github/workflows/reusable-history-check.yml index 343bad6..2857bed 100644 --- a/.github/workflows/reusable-history-check.yml +++ b/.github/workflows/reusable-history-check.yml @@ -54,7 +54,7 @@ jobs: contents: read steps: - name: Checkout (full history) - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: # Check out the PR branch tip, NOT the merge commit. # pull_request events default to refs/pull/N/merge, whose diff --git a/.github/workflows/reusable-secret-scan.yml b/.github/workflows/reusable-secret-scan.yml index deb16b9..12df35d 100644 --- a/.github/workflows/reusable-secret-scan.yml +++ b/.github/workflows/reusable-secret-scan.yml @@ -48,7 +48,7 @@ jobs: contents: read steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false # PRs: only the commit range is scanned (see step below), so a shallow diff --git a/.github/workflows/workflow-sanity.yml b/.github/workflows/workflow-sanity.yml index 22874cf..5adbd43 100644 --- a/.github/workflows/workflow-sanity.yml +++ b/.github/workflows/workflow-sanity.yml @@ -30,7 +30,7 @@ jobs: contents: read steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false @@ -68,7 +68,7 @@ jobs: contents: read steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false