From a486b3e277d01b24ae1fdda13733f3f9ee98c35a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 15:12:36 +0000 Subject: [PATCH] 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/azure-dev.yml | 2 +- .github/workflows/codebreaker-azure.yml | 2 +- .github/workflows/codebreaker-lib-analyzers-stable.yml | 2 +- .github/workflows/codebreaker-lib-backendmodels-stable.yml | 2 +- .github/workflows/codebreaker-lib-client-stable.yml | 2 +- .github/workflows/codebreaker-lib-cosmos-stable.yml | 2 +- .github/workflows/codebreaker-lib-sqlserver-stable.yml | 2 +- .github/workflows/copilot-setup-steps.yml | 2 +- .github/workflows/createnuget-withbuildnumber.yml | 2 +- .github/workflows/deploy.yml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/azure-dev.yml b/.github/workflows/azure-dev.yml index 0f795ca..ffafd81 100644 --- a/.github/workflows/azure-dev.yml +++ b/.github/workflows/azure-dev.yml @@ -25,7 +25,7 @@ jobs: AZURE_LOCATION: ${{ vars.AZURE_LOCATION }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install azd uses: Azure/setup-azd@v2.3.0 - name: Install .NET Aspire workload diff --git a/.github/workflows/codebreaker-azure.yml b/.github/workflows/codebreaker-azure.yml index 815198d..969cc09 100644 --- a/.github/workflows/codebreaker-azure.yml +++ b/.github/workflows/codebreaker-azure.yml @@ -37,7 +37,7 @@ jobs: AZURE_LOCATION: ${{ vars.AZURE_LOCATION }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: 'true' diff --git a/.github/workflows/codebreaker-lib-analyzers-stable.yml b/.github/workflows/codebreaker-lib-analyzers-stable.yml index 6f48ce2..28b4b6f 100644 --- a/.github/workflows/codebreaker-lib-analyzers-stable.yml +++ b/.github/workflows/codebreaker-lib-analyzers-stable.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout to the branch - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: main diff --git a/.github/workflows/codebreaker-lib-backendmodels-stable.yml b/.github/workflows/codebreaker-lib-backendmodels-stable.yml index dd7cbad..c9a94b4 100644 --- a/.github/workflows/codebreaker-lib-backendmodels-stable.yml +++ b/.github/workflows/codebreaker-lib-backendmodels-stable.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout to the branch - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: main diff --git a/.github/workflows/codebreaker-lib-client-stable.yml b/.github/workflows/codebreaker-lib-client-stable.yml index 562a327..f07dd45 100644 --- a/.github/workflows/codebreaker-lib-client-stable.yml +++ b/.github/workflows/codebreaker-lib-client-stable.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout to the branch - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: main diff --git a/.github/workflows/codebreaker-lib-cosmos-stable.yml b/.github/workflows/codebreaker-lib-cosmos-stable.yml index 67e302e..20a9078 100644 --- a/.github/workflows/codebreaker-lib-cosmos-stable.yml +++ b/.github/workflows/codebreaker-lib-cosmos-stable.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout to the branch - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: main diff --git a/.github/workflows/codebreaker-lib-sqlserver-stable.yml b/.github/workflows/codebreaker-lib-sqlserver-stable.yml index c495280..dc1e71c 100644 --- a/.github/workflows/codebreaker-lib-sqlserver-stable.yml +++ b/.github/workflows/codebreaker-lib-sqlserver-stable.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout to the branch - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: main diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index ddc6c47..1aa83b7 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup .NET uses: actions/setup-dotnet@v5 diff --git a/.github/workflows/createnuget-withbuildnumber.yml b/.github/workflows/createnuget-withbuildnumber.yml index 64a699a..8340ff6 100644 --- a/.github/workflows/createnuget-withbuildnumber.yml +++ b/.github/workflows/createnuget-withbuildnumber.yml @@ -49,7 +49,7 @@ jobs: steps: - name: Checkout to the branch - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ inputs.branch-name }} diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 10a367e..7eb2c18 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -25,7 +25,7 @@ jobs: AZURE_LOCATION: ${{ vars.AZURE_LOCATION }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: 'true'