From c128e0120bd9097e4bdf7c00368510d211a0eb64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Nov 2025 09:03:02 +0000 Subject: [PATCH] Bump the development-dependencies group with 2 updates Bumps the development-dependencies group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [spring-io/artifactory-deploy-action](https://github.com/spring-io/artifactory-deploy-action). 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) Updates `spring-io/artifactory-deploy-action` from 0.0.2 to 0.0.4 - [Release notes](https://github.com/spring-io/artifactory-deploy-action/releases) - [Commits](https://github.com/spring-io/artifactory-deploy-action/compare/dc1913008c0599f0c4b1fdafb6ff3c502b3565ea...926d7f7cc810569395346bf3a4d91b380b3e355b) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: development-dependencies - dependency-name: spring-io/artifactory-deploy-action dependency-version: 0.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/check-samples.yml | 4 ++-- .github/workflows/ci-dispatcher-1.2.x.yml | 2 +- .github/workflows/ci-pr.yml | 8 ++++---- .github/workflows/ci.yml | 14 +++++++------- .github/workflows/deploy-docs-adhoc.yml | 6 +++--- .../workflows/deploy-docs-dispatcher-antora.yml | 2 +- .github/workflows/prepare-release.yml | 2 +- .github/workflows/trivy-scan-dispatcher-1.2.x.yml | 2 +- .github/workflows/trivy-scan.yml | 2 +- 9 files changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/workflows/check-samples.yml b/.github/workflows/check-samples.yml index b374be3b..2e5e297c 100644 --- a/.github/workflows/check-samples.yml +++ b/.github/workflows/check-samples.yml @@ -32,7 +32,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: | @@ -83,7 +83,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 with: java-version: '25' diff --git a/.github/workflows/ci-dispatcher-1.2.x.yml b/.github/workflows/ci-dispatcher-1.2.x.yml index 556a0b21..c74c24b4 100644 --- a/.github/workflows/ci-dispatcher-1.2.x.yml +++ b/.github/workflows/ci-dispatcher-1.2.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 0fdf6c0a..456b0b4b 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 with: java-version: '25' @@ -58,7 +58,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 with: java-version: '25' @@ -81,7 +81,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 with: java-version: '25' diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f8eb8d7b..5f9f0237 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 with: java-version: '25' @@ -99,7 +99,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 with: java-version: '25' @@ -134,7 +134,7 @@ jobs: ./gradlew -PdeploymentRepository=$(pwd)/deployment-repository publishAllPublicationsToDeploymentRepository - name: Publish Staged Artifacts to Artifactory if: ${{ steps.deploy-location.outputs.deploy_location == 'artifactory' }} - uses: spring-io/artifactory-deploy-action@dc1913008c0599f0c4b1fdafb6ff3c502b3565ea # v0.0.2 + uses: spring-io/artifactory-deploy-action@926d7f7cc810569395346bf3a4d91b380b3e355b # v0.0.4 with: artifact-properties: | /**/*docs-*.zip::zip.name=spring-pulsar,zip.type=docs,zip.deployed=false @@ -172,7 +172,7 @@ jobs: ./gradlew -PdeploymentRepository=$(pwd)/deployment-repository :spring-pulsar-docs:publishAllPublicationsToDeploymentRepository - name: Still publish docs module to Artifactory when deploy location is Central (publish) if: ${{ steps.deploy-location.outputs.deploy_location == 'central' }} - uses: spring-io/artifactory-deploy-action@dc1913008c0599f0c4b1fdafb6ff3c502b3565ea # v0.0.2 + uses: spring-io/artifactory-deploy-action@926d7f7cc810569395346bf3a4d91b380b3e355b # v0.0.4 with: artifact-properties: | /**/*docs-*.zip::zip.name=spring-pulsar,zip.type=docs,zip.deployed=false @@ -190,7 +190,7 @@ jobs: needs: [build_jdk_25, check_samples, scan] runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: spring-io/spring-gradle-build-action@v2 with: java-version: '25' @@ -229,7 +229,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-adhoc.yml b/.github/workflows/deploy-docs-adhoc.yml index 00f23b3b..2934aa07 100644 --- a/.github/workflows/deploy-docs-adhoc.yml +++ b/.github/workflows/deploy-docs-adhoc.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest if: github.repository == 'spring-projects/spring-pulsar' steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: ref: ${{ inputs.branch-or-tag }} - uses: spring-io/spring-gradle-build-action@v2 @@ -43,7 +43,7 @@ jobs: echo "ls -R $(pwd)/deployment-repository" ls -R $(pwd)/deployment-repository - name: Publish Staged spring-pulsar-docs to Artifactory - uses: spring-io/artifactory-deploy-action@dc1913008c0599f0c4b1fdafb6ff3c502b3565ea # v0.0.2 + uses: spring-io/artifactory-deploy-action@926d7f7cc810569395346bf3a4d91b380b3e355b # v0.0.4 with: artifact-properties: | /**/*docs-*.zip::zip.name=spring-pulsar,zip.type=docs,zip.deployed=false @@ -60,7 +60,7 @@ jobs: runs-on: ubuntu-latest if: github.repository == 'spring-projects/spring-pulsar' steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: ref: ${{ inputs.branch-or-tag }} - 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.2.x.yml b/.github/workflows/trivy-scan-dispatcher-1.2.x.yml index ac34438f..572b5f51 100644 --- a/.github/workflows/trivy-scan-dispatcher-1.2.x.yml +++ b/.github/workflows/trivy-scan-dispatcher-1.2.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 e189e2e0..dac5d33f 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 with: java-version: '25'