From 28a5796fdf8329d8ac9f2ac2e763e6e4c149e76d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 15:35:22 +0000 Subject: [PATCH] Bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [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/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' 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 3f5e4d0..f73d4d5 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@v5 + uses: actions/checkout@v6 - name: Install azd uses: Azure/setup-azd@v2.2.0 - name: Install .NET Aspire workload diff --git a/.github/workflows/codebreaker-azure.yml b/.github/workflows/codebreaker-azure.yml index f71a026..31a481f 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@v5 + uses: actions/checkout@v6 with: submodules: 'true' diff --git a/.github/workflows/codebreaker-lib-analyzers-stable.yml b/.github/workflows/codebreaker-lib-analyzers-stable.yml index 0419b7a..8cd5aca 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@v5 + uses: actions/checkout@v6 with: ref: main diff --git a/.github/workflows/codebreaker-lib-backendmodels-stable.yml b/.github/workflows/codebreaker-lib-backendmodels-stable.yml index 11de4a0..84502c7 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@v5 + uses: actions/checkout@v6 with: ref: main diff --git a/.github/workflows/codebreaker-lib-client-stable.yml b/.github/workflows/codebreaker-lib-client-stable.yml index 5c89b45..7452009 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@v5 + uses: actions/checkout@v6 with: ref: main diff --git a/.github/workflows/codebreaker-lib-cosmos-stable.yml b/.github/workflows/codebreaker-lib-cosmos-stable.yml index b6c3760..f2c6d70 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@v5 + uses: actions/checkout@v6 with: ref: main diff --git a/.github/workflows/codebreaker-lib-sqlserver-stable.yml b/.github/workflows/codebreaker-lib-sqlserver-stable.yml index 63362f3..65fcac5 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@v5 + uses: actions/checkout@v6 with: ref: main diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index 076a647..ddc6c47 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@v5 + uses: actions/checkout@v6 - name: Setup .NET uses: actions/setup-dotnet@v5 diff --git a/.github/workflows/createnuget-withbuildnumber.yml b/.github/workflows/createnuget-withbuildnumber.yml index 786b97a..d150fa1 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@v5 + uses: actions/checkout@v6 with: ref: ${{ inputs.branch-name }} diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ef45d43..aa185e6 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@v5 + uses: actions/checkout@v6 with: submodules: 'true'