From 0a28624bf5794876af8748f784defb1422486789 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 12:23:43 +0000 Subject: [PATCH] security: 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/Test, Build and Test-main.yml | 2 +- .github/workflows/codeql.yml | 2 +- .github/workflows/security-analysis.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Test, Build and Test-main.yml b/.github/workflows/Test, Build and Test-main.yml index 443c5e5..3eee902 100644 --- a/.github/workflows/Test, Build and Test-main.yml +++ b/.github/workflows/Test, Build and Test-main.yml @@ -14,7 +14,7 @@ jobs: steps: # Checkout - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: true diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 2914811..4aea367 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: recursive diff --git a/.github/workflows/security-analysis.yml b/.github/workflows/security-analysis.yml index a723a32..95462bb 100644 --- a/.github/workflows/security-analysis.yml +++ b/.github/workflows/security-analysis.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 # Full history for better analysis