From 6cda41c063fb7577f7733e8cfa99f8255dc2f4cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 16:42:22 -0500 Subject: [PATCH] Bump the development-dependencies group with 5 updates (#695) Bumps the development-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `3` | `4` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `3` | `4` | | [spring-io/spring-doc-actions](https://github.com/spring-io/spring-doc-actions) | `0.0.13` | `0.0.17` | | [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) | `1.19.0` | `1.26.0` | | [github/codeql-action](https://github.com/github/codeql-action) | `2` | `3` | Updates `actions/checkout` from 3 to 4 - [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/v3...v4) Updates `actions/upload-artifact` from 3 to 4 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) Updates `spring-io/spring-doc-actions` from 0.0.13 to 0.0.17 - [Commits](https://github.com/spring-io/spring-doc-actions/compare/v0.0.13...v0.0.17) Updates `slackapi/slack-github-action` from 1.19.0 to 1.26.0 - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Commits](https://github.com/slackapi/slack-github-action/compare/v1.19.0...v1.26.0) Updates `github/codeql-action` from 2 to 3 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: development-dependencies - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major dependency-group: development-dependencies - dependency-name: spring-io/spring-doc-actions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: slackapi/slack-github-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/central-release.yml | 2 +- .github/workflows/check-samples.yml | 4 ++-- .github/workflows/ci-dispatcher.yml | 2 +- .github/workflows/ci-pr.yml | 14 ++++++------- .github/workflows/ci.yml | 20 +++++++++---------- .github/workflows/codeql.yml | 6 +++--- .../deploy-docs-dispatcher-antora.yml | 2 +- .github/workflows/prepare-release.yml | 2 +- .github/workflows/trivy-scan.yml | 4 ++-- 9 files changed, 28 insertions(+), 28 deletions(-) diff --git a/.github/workflows/central-release.yml b/.github/workflows/central-release.yml index 191deada..5863bbac 100644 --- a/.github/workflows/central-release.yml +++ b/.github/workflows/central-release.yml @@ -14,7 +14,7 @@ jobs: name: Release Sonatype Staging Repo runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: spring-io/spring-gradle-build-action@v2 - name: Release Sonatype repo to Maven Central env: diff --git a/.github/workflows/check-samples.yml b/.github/workflows/check-samples.yml index accc5293..24142bcf 100644 --- a/.github/workflows/check-samples.yml +++ b/.github/workflows/check-samples.yml @@ -23,7 +23,7 @@ jobs: project_version: ${{ steps.continue.outputs.project_version }} boot_version: ${{ steps.continue.outputs.boot_version }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - id: continue name: Determine if should continue run: | @@ -55,7 +55,7 @@ jobs: runs-on: ubuntu-latest if: needs.prerequisites.outputs.runjobs steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: spring-io/spring-gradle-build-action@v2 - name: Check samples project env: diff --git a/.github/workflows/ci-dispatcher.yml b/.github/workflows/ci-dispatcher.yml index 04cecb65..de7ce99d 100644 --- a/.github/workflows/ci-dispatcher.yml +++ b/.github/workflows/ci-dispatcher.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 1 - name: Dispatch diff --git a/.github/workflows/ci-pr.yml b/.github/workflows/ci-pr.yml index 1d5a3bcc..731ec501 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@v3 + - uses: actions/checkout@v4 - 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@v3 + - uses: actions/checkout@v4 - uses: spring-io/spring-gradle-build-action@v2 - name: Check format (short circuit) run: | @@ -45,7 +45,7 @@ jobs: ./gradlew clean build -x integrationTest --continue --scan - name: Upload Test Results if: failure() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: test-results path: '*/build/reports/tests/**/*.*' @@ -58,7 +58,7 @@ jobs: ./gradlew jacocoTestCoverageVerification --info - name: Upload Aggregated Jacoco Report if: failure() || contains(github.event.pull_request.labels.*.name, 'ci/upload-jacoco') - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: jacoco-results path: 'build/reports/jacoco/**/*.*' @@ -68,14 +68,14 @@ jobs: runs-on: ubuntu-latest if: needs.prerequisites.outputs.runjobs steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: spring-io/spring-gradle-build-action@v2 - name: Run integration tests run: | ./gradlew integrationTest --rerun-tasks -DdownloadRabbitConnector=true --scan - name: Capture Test Results if: failure() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: test-results path: '*/build/reports/tests/**/*.*' @@ -88,7 +88,7 @@ jobs: runs-on: ubuntu-latest if: needs.prerequisites.outputs.runjobs steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - 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 ba52bc94..ec7ebbea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: project_version: ${{ steps.continue.outputs.project_version }} boot_version: ${{ steps.continue.outputs.boot_version }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - id: continue name: Determine if should continue run: | @@ -47,7 +47,7 @@ jobs: runs-on: ubuntu-latest if: needs.prerequisites.outputs.runjobs steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: spring-io/spring-gradle-build-action@v2 - name: Build and run unit tests run: | @@ -59,7 +59,7 @@ jobs: ./gradlew integrationTest --rerun-tasks -DdownloadRabbitConnector=true --scan - name: Capture test results if: failure() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: test-results path: '*/build/reports/tests/**/*.*' @@ -73,7 +73,7 @@ jobs: runs-on: ubuntu-latest if: needs.prerequisites.outputs.runjobs steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: spring-io/spring-gradle-build-action@v2 - name: Run all sample app tests env: @@ -103,7 +103,7 @@ jobs: needs: [build_jdk_17, check_samples, scan] runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: spring-io/spring-gradle-build-action@v2 - name: Deploy artifacts env: @@ -121,13 +121,13 @@ jobs: needs: [build_jdk_17, check_samples, scan] runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: spring-io/spring-gradle-build-action@v2 - name: Run Antora run: | ./gradlew antora - name: Publish Docs - uses: spring-io/spring-doc-actions/rsync-antora-reference@v0.0.13 + uses: spring-io/spring-doc-actions/rsync-antora-reference@v0.0.17 with: docs-username: ${{ secrets.DOCS_USERNAME }} docs-host: ${{ secrets.DOCS_HOST }} @@ -135,7 +135,7 @@ jobs: docs-ssh-host-key: ${{ secrets.DOCS_SSH_HOST_KEY }} site-path: spring-pulsar-docs/build/site - name: Bust Clouflare Cache - uses: spring-io/spring-doc-actions/bust-cloudflare-antora-cache@v0.0.13 + uses: spring-io/spring-doc-actions/bust-cloudflare-antora-cache@v0.0.17 with: context-root: spring-pulsar cloudflare-zone-id: ${{ secrets.CLOUDFLARE_ZONE_ID }} @@ -153,7 +153,7 @@ jobs: BRANCH: ${{ github.ref_name }} VERSION: ${{ needs.prerequisites.outputs.project_version }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: token: ${{ secrets.GH_ACTIONS_REPO_TOKEN }} - uses: spring-io/spring-gradle-build-action@v2 @@ -205,7 +205,7 @@ jobs: --notes-file $RELEASE_NOTES_FILE - name: Announce Release on Slack id: spring-pulsar-announcing - uses: slackapi/slack-github-action@v1.19.0 + uses: slackapi/slack-github-action@v1.26.0 with: payload: | { diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index b0b30598..0cb05678 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -36,11 +36,11 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v2 + uses: github/codeql-action/init@v3 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -55,6 +55,6 @@ jobs: ./gradlew clean build -x test -x integrationTest - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 + uses: github/codeql-action/analyze@v3 with: category: "/language:${{matrix.language}}" diff --git a/.github/workflows/deploy-docs-dispatcher-antora.yml b/.github/workflows/deploy-docs-dispatcher-antora.yml index 0019c9a7..81fd9a35 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@v3 + uses: actions/checkout@v4 with: ref: docs-build fetch-depth: 1 diff --git a/.github/workflows/prepare-release.yml b/.github/workflows/prepare-release.yml index c00e17f9..da561363 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@v3 + uses: actions/checkout@v4 with: token: ${{ secrets.GH_ACTIONS_REPO_TOKEN }} diff --git a/.github/workflows/trivy-scan.yml b/.github/workflows/trivy-scan.yml index af303377..7172aacf 100644 --- a/.github/workflows/trivy-scan.yml +++ b/.github/workflows/trivy-scan.yml @@ -33,7 +33,7 @@ jobs: env: LOCAL_REPOSITORY_PATH: ./build/publications/repos steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: spring-io/spring-gradle-build-action@v2 - name: Publish to local repo (poms) run: | @@ -46,6 +46,6 @@ jobs: trivy-config: ${{ inputs.config-path }} - name: Upload Trivy scan results to GitHub Security tab if: inputs.upload-results - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v3 with: sarif_file: 'trivy-results.sarif'