From 9b2b31a9791c0480af57aebd2c4cec6249b58221 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 02:05:18 +0000 Subject: [PATCH] Bump actions/checkout from 7.0.0 to 7.0.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 7.0.0 to 7.0.1. - [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/v7.0.0...v7.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/gitguardian.yml | 2 +- .github/workflows/linters.yml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/gitguardian.yml b/.github/workflows/gitguardian.yml index 961ee4c..04fc327 100644 --- a/.github/workflows/gitguardian.yml +++ b/.github/workflows/gitguardian.yml @@ -16,7 +16,7 @@ jobs: if: github.actor != 'dependabot[bot]' # Skip for Dependabot steps: - name: Checkout - uses: actions/checkout@v7.0.0 + uses: actions/checkout@v7.0.1 with: fetch-depth: 0 # fetch all history so multiple commits can be scanned - name: GitGuardian scan diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 0b58d4a..aee6734 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -16,7 +16,7 @@ jobs: if: github.actor != 'dependabot[bot]' steps: - name: Checkout - uses: actions/checkout@v7.0.0 + uses: actions/checkout@v7.0.1 - name: Install ShellCheck run: sudo apt-get update && sudo apt-get install -y shellcheck @@ -54,7 +54,7 @@ jobs: if: github.actor != 'dependabot[bot]' steps: - name: Checkout - uses: actions/checkout@v7.0.0 + uses: actions/checkout@v7.0.1 - name: Install EditorConfig Checker run: | @@ -76,7 +76,7 @@ jobs: if: github.actor != 'dependabot[bot]' steps: - name: Checkout - uses: actions/checkout@v7.0.0 + uses: actions/checkout@v7.0.1 - name: Install yamllint run: pip install yamllint @@ -91,7 +91,7 @@ jobs: if: github.actor != 'dependabot[bot]' steps: - name: Checkout - uses: actions/checkout@v7.0.0 + uses: actions/checkout@v7.0.1 - name: CodeSpell Check uses: codespell-project/actions-codespell@v2 @@ -105,7 +105,7 @@ jobs: if: github.actor != 'dependabot[bot]' steps: - name: Checkout - uses: actions/checkout@v7.0.0 + uses: actions/checkout@v7.0.1 - name: Install check-jsonschema run: pip install check-jsonschema