From 6adb53e415966bde1394e40442be03ce057630a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 16:21:47 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 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/v4...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/ContinuousIntegration.yml | 2 +- .github/workflows/SecretScanning.yml | 4 ++-- .github/workflows/SecurityComplianceAudit.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ContinuousIntegration.yml b/.github/workflows/ContinuousIntegration.yml index bfbaaec..e9e1ab3 100644 --- a/.github/workflows/ContinuousIntegration.yml +++ b/.github/workflows/ContinuousIntegration.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository source - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Setup .NET SDK uses: actions/setup-dotnet@v4 diff --git a/.github/workflows/SecretScanning.yml b/.github/workflows/SecretScanning.yml index 66458d4..7c2da4d 100644 --- a/.github/workflows/SecretScanning.yml +++ b/.github/workflows/SecretScanning.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository with history - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout full repository history - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/SecurityComplianceAudit.yml b/.github/workflows/SecurityComplianceAudit.yml index 4e59a76..5bfcea7 100644 --- a/.github/workflows/SecurityComplianceAudit.yml +++ b/.github/workflows/SecurityComplianceAudit.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository source - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Audit repository security hardening settings env: