From 40c680218f71d964e8e41734dcfe558a3b9db3ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 02:05:13 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [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/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/bandit-sarif.yml | 2 +- .github/workflows/ci.yml | 4 ++-- .github/workflows/codeql.yml | 2 +- .github/workflows/docs.yml | 2 +- .github/workflows/i18n.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/vibe-coded.yml | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/bandit-sarif.yml b/.github/workflows/bandit-sarif.yml index cc6ce8a..157d6a0 100644 --- a/.github/workflows/bandit-sarif.yml +++ b/.github/workflows/bandit-sarif.yml @@ -28,7 +28,7 @@ jobs: steps: - # Checkout repository code name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - # Load central tool-version pins, overriding the env: fallbacks above. name: Load tool versions diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a533041..8e716f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: steps: - # Checkout repository code name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - # Load central tool-version pins, overriding the env: fallbacks above. name: Load tool versions @@ -196,7 +196,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Python uses: actions/setup-python@v6 diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index b6e7239..55cc129 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -63,7 +63,7 @@ jobs: # your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 # Add any setup steps before running the `github/codeql-action/init` action. # This includes steps like installing compilers or runtimes (`actions/setup-node` diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 301bf54..1921674 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -30,7 +30,7 @@ jobs: steps: - # Checkout repository code name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - # Setup Python for MkDocs build name: Set up Python diff --git a/.github/workflows/i18n.yml b/.github/workflows/i18n.yml index e447ba1..598081b 100644 --- a/.github/workflows/i18n.yml +++ b/.github/workflows/i18n.yml @@ -25,7 +25,7 @@ jobs: steps: - # Checkout repository code name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - # Load central tool-version pins, overriding the env: fallbacks above. name: Load tool versions diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index cc65231..fbbd0a0 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -27,7 +27,7 @@ jobs: steps: - # Checkout repository code name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - # Load central tool-version pins, overriding the env: fallbacks above. name: Load tool versions diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 63ead70..9b19707 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Python uses: actions/setup-python@v6 diff --git a/.github/workflows/vibe-coded.yml b/.github/workflows/vibe-coded.yml index 127df0e..131967c 100644 --- a/.github/workflows/vibe-coded.yml +++ b/.github/workflows/vibe-coded.yml @@ -28,7 +28,7 @@ jobs: # rejected by the protected branch. Falls back to GITHUB_TOKEN if the # secret is unset (push will then be skipped, not fail the run). name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 token: ${{ secrets.VIBE_BADGE_TOKEN || secrets.GITHUB_TOKEN }}