From f7589924467789d764ba07c148d2b25a29069348 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Nov 2025 09:04:44 +0000 Subject: [PATCH] Bump actions/checkout from 5 to 6 in the development-dependencies group Bumps the development-dependencies group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/check-samples.yml | 4 ++-- .github/workflows/ci-dispatcher-1.1.x.yml | 2 +- .github/workflows/ci-pr.yml | 8 ++++---- .github/workflows/ci.yml | 12 ++++++------ .github/workflows/deploy-docs-dispatcher-antora.yml | 2 +- .github/workflows/prepare-release.yml | 2 +- .github/workflows/trivy-scan-dispatcher-1.1.x.yml | 2 +- .github/workflows/trivy-scan.yml | 2 +- 8 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/check-samples.yml b/.github/workflows/check-samples.yml index bbf8711c..f5e17aa1 100644 --- a/.github/workflows/check-samples.yml +++ b/.github/workflows/check-samples.yml @@ -22,7 +22,7 @@ jobs: boot_version: ${{ steps.continue.outputs.boot_version }} pulsar_version: ${{ steps.continue.outputs.pulsar_version }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - id: continue name: Determine if should continue run: | @@ -64,7 +64,7 @@ jobs: runs-on: ubuntu-latest if: needs.prerequisites.outputs.runjobs steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: spring-io/spring-gradle-build-action@v2 - name: Check samples project env: diff --git a/.github/workflows/ci-dispatcher-1.1.x.yml b/.github/workflows/ci-dispatcher-1.1.x.yml index 556a0b21..c74c24b4 100644 --- a/.github/workflows/ci-dispatcher-1.1.x.yml +++ b/.github/workflows/ci-dispatcher-1.1.x.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 1 - name: Dispatch diff --git a/.github/workflows/ci-pr.yml b/.github/workflows/ci-pr.yml index d22b33d9..020ba1bf 100644 --- a/.github/workflows/ci-pr.yml +++ b/.github/workflows/ci-pr.yml @@ -18,7 +18,7 @@ jobs: project_version: ${{ steps.continue.outputs.project_version }} boot_version: ${{ steps.continue.outputs.boot_version }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - id: continue name: Determine if should continue run: | @@ -35,7 +35,7 @@ jobs: runs-on: ubuntu-latest if: needs.prerequisites.outputs.runjobs steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: spring-io/spring-gradle-build-action@v2 - name: Check format (short circuit) run: | @@ -68,7 +68,7 @@ jobs: runs-on: ubuntu-latest if: needs.prerequisites.outputs.runjobs steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: spring-io/spring-gradle-build-action@v2 - name: Run integration tests run: | @@ -88,7 +88,7 @@ jobs: runs-on: ubuntu-latest if: needs.prerequisites.outputs.runjobs steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: spring-io/spring-gradle-build-action@v2 - name: Run all sample app tests env: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d2bc6213..9a48f5dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: boot_version: ${{ steps.continue.outputs.boot_version }} should_deploy_artifacts: ${{ steps.should-deploy-artifacts.outputs.result }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - id: continue name: Determine if should continue run: | @@ -63,7 +63,7 @@ jobs: runs-on: ubuntu-latest if: needs.prerequisites.outputs.runjobs steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: spring-io/spring-gradle-build-action@v2 - name: Build and run unit tests run: | @@ -89,7 +89,7 @@ jobs: runs-on: ubuntu-latest if: needs.prerequisites.outputs.runjobs steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: spring-io/spring-gradle-build-action@v2 - name: Run all sample app tests env: @@ -118,7 +118,7 @@ jobs: runs-on: ubuntu-latest if: ${{ needs.prerequisites.outputs.should_deploy_artifacts }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: spring-io/spring-gradle-build-action@v2 - id: branch-name name: Extract Branch Name @@ -199,7 +199,7 @@ jobs: needs: [build_jdk_17, check_samples, scan] runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: spring-io/spring-gradle-build-action@v2 - name: Run Antora run: | @@ -235,7 +235,7 @@ jobs: RELEASE_REPO: https://repo1.maven.org/maven2 ARTIFACT_PATH: org/springframework/pulsar/spring-pulsar steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: token: ${{ secrets.GH_ACTIONS_REPO_TOKEN }} - uses: spring-io/spring-gradle-build-action@v2 diff --git a/.github/workflows/deploy-docs-dispatcher-antora.yml b/.github/workflows/deploy-docs-dispatcher-antora.yml index b9609944..ddf29e1c 100644 --- a/.github/workflows/deploy-docs-dispatcher-antora.yml +++ b/.github/workflows/deploy-docs-dispatcher-antora.yml @@ -9,7 +9,7 @@ jobs: if: github.repository_owner == 'spring-projects' steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: docs-build fetch-depth: 1 diff --git a/.github/workflows/prepare-release.yml b/.github/workflows/prepare-release.yml index 332e271d..dd03a39d 100644 --- a/.github/workflows/prepare-release.yml +++ b/.github/workflows/prepare-release.yml @@ -21,7 +21,7 @@ jobs: steps: - id: checkout-source name: Checkout source code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: token: ${{ secrets.GH_ACTIONS_REPO_TOKEN }} diff --git a/.github/workflows/trivy-scan-dispatcher-1.1.x.yml b/.github/workflows/trivy-scan-dispatcher-1.1.x.yml index ac34438f..572b5f51 100644 --- a/.github/workflows/trivy-scan-dispatcher-1.1.x.yml +++ b/.github/workflows/trivy-scan-dispatcher-1.1.x.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 1 - name: Dispatch diff --git a/.github/workflows/trivy-scan.yml b/.github/workflows/trivy-scan.yml index f725d751..efabc9cc 100644 --- a/.github/workflows/trivy-scan.yml +++ b/.github/workflows/trivy-scan.yml @@ -37,7 +37,7 @@ jobs: TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db,aquasec/trivy-db,ghcr.io/aquasecurity/trivy-db TRIVY_JAVA_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-java-db,aquasec/trivy-java-db,ghcr.io/aquasecurity/trivy-java-db steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: spring-io/spring-gradle-build-action@v2 - name: Publish to local repo (poms) run: |