From a6bb49c8268bbde9ab8fef047ec9a962ae31663b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 06:41:17 +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/branch-deployment.yml | 2 +- .github/workflows/code-quality.yml | 4 ++-- .github/workflows/generate-service-table.yml | 2 +- .github/workflows/landing-page-deployment.yml | 2 +- .github/workflows/mcp-deployment.yml | 2 +- .github/workflows/pr-security-check.yml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/branch-deployment.yml b/.github/workflows/branch-deployment.yml index ffa98bbaa..e005ebd9e 100644 --- a/.github/workflows/branch-deployment.yml +++ b/.github/workflows/branch-deployment.yml @@ -82,7 +82,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{ github.event.inputs.branch || github.head_ref || github.ref }} fetch-depth: 0 diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index 7ca1a46d5..a93489a94 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -42,7 +42,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Node.js uses: actions/setup-node@v6 @@ -280,7 +280,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Node.js uses: actions/setup-node@v6 diff --git a/.github/workflows/generate-service-table.yml b/.github/workflows/generate-service-table.yml index 71f9cb730..303973454 100644 --- a/.github/workflows/generate-service-table.yml +++ b/.github/workflows/generate-service-table.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: token: ${{ secrets.GITHUB_TOKEN }} ref: ${{ github.head_ref || github.ref_name }} diff --git a/.github/workflows/landing-page-deployment.yml b/.github/workflows/landing-page-deployment.yml index 82c476cac..15cc37a31 100644 --- a/.github/workflows/landing-page-deployment.yml +++ b/.github/workflows/landing-page-deployment.yml @@ -65,7 +65,7 @@ jobs: steps: - name: Checkout source branch - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{ github.event.inputs.source_branch || 'main' }} fetch-depth: 0 diff --git a/.github/workflows/mcp-deployment.yml b/.github/workflows/mcp-deployment.yml index c736e4ecf..8e492d2ce 100644 --- a/.github/workflows/mcp-deployment.yml +++ b/.github/workflows/mcp-deployment.yml @@ -49,7 +49,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{ inputs.branch || github.ref }} diff --git a/.github/workflows/pr-security-check.yml b/.github/workflows/pr-security-check.yml index aa6e762a6..dc10c80f2 100644 --- a/.github/workflows/pr-security-check.yml +++ b/.github/workflows/pr-security-check.yml @@ -36,7 +36,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Node.js uses: actions/setup-node@v6