From 9eb8e1b9bd0fecb47b94bada2792ad1807172712 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 06:05:34 +0000 Subject: [PATCH] :arrow_up:(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/consolidated-ci.yml | 10 +++++----- .github/workflows/datadog.yml | 4 ++-- .github/workflows/e2e-testing.yml | 6 +++--- .github/workflows/release.yml | 2 +- .github/workflows/security.yml | 4 ++-- .github/workflows/summary.yml | 2 +- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/consolidated-ci.yml b/.github/workflows/consolidated-ci.yml index ac658eca..e5e57850 100644 --- a/.github/workflows/consolidated-ci.yml +++ b/.github/workflows/consolidated-ci.yml @@ -37,7 +37,7 @@ jobs: template-validation-passed: ${{ steps.template-validation-result.outputs.passed }} steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 1 # Shallow checkout for faster validation submodules: recursive @@ -89,7 +89,7 @@ jobs: actions: read steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 1 @@ -126,7 +126,7 @@ jobs: python-version: ['3.11', '3.12'] steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 1 submodules: recursive @@ -206,7 +206,7 @@ jobs: actions: read steps: - name: Checkout repository (for coverage tools) - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 1 @@ -285,7 +285,7 @@ jobs: package-version: ${{ steps.version.outputs.version }} steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 # Need full history for version calculation submodules: recursive diff --git a/.github/workflows/datadog.yml b/.github/workflows/datadog.yml index 1b86a1ab..93c35dd6 100644 --- a/.github/workflows/datadog.yml +++ b/.github/workflows/datadog.yml @@ -12,7 +12,7 @@ jobs: if: github.repository == 'VoltCyclone/PCILeechFWGenerator' steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: recursive - name: Check imported libraries are secure and compliant @@ -30,7 +30,7 @@ jobs: if: github.repository == 'VoltCyclone/PCILeechFWGenerator' steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: recursive - name: Check code meets quality and security standards diff --git a/.github/workflows/e2e-testing.yml b/.github/workflows/e2e-testing.yml index 8085dbb4..9f8cfa1a 100644 --- a/.github/workflows/e2e-testing.yml +++ b/.github/workflows/e2e-testing.yml @@ -42,7 +42,7 @@ jobs: python-version: ['3.11', '3.12'] steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 # setuptools-scm needs full history for the version submodules: recursive @@ -81,7 +81,7 @@ jobs: timeout-minutes: 15 steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 submodules: recursive @@ -111,7 +111,7 @@ jobs: timeout-minutes: 30 steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 submodules: recursive diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fb493069..c4a60be7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: attestations: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 submodules: recursive diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 2211586c..92e77af1 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: recursive @@ -44,7 +44,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: recursive diff --git a/.github/workflows/summary.yml b/.github/workflows/summary.yml index a4afa9e1..4ce8db09 100644 --- a/.github/workflows/summary.yml +++ b/.github/workflows/summary.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Run AI inference id: inference