From b5cc7a6d9352f1caf9927a302d28c4c2f8caa900 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 10:01:50 +0000 Subject: [PATCH] Bump gradle/develocity-actions from 1.4 to 2.1 in the dependencies group Bumps the dependencies group with 1 update: [gradle/develocity-actions](https://github.com/gradle/develocity-actions). Updates `gradle/develocity-actions` from 1.4 to 2.1 - [Release notes](https://github.com/gradle/develocity-actions/releases) - [Commits](https://github.com/gradle/develocity-actions/compare/4a2aed82eea165ba2d5c494fc2a8730d7fdff229...974e8dbcbda40db6828fc35f349c80a7c0e71529) --- updated-dependencies: - dependency-name: gradle/develocity-actions dependency-version: '2.1' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/develocity-publish-build-scans.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/develocity-publish-build-scans.yaml b/.github/workflows/develocity-publish-build-scans.yaml index e65466ce438..ff7d5267fd4 100644 --- a/.github/workflows/develocity-publish-build-scans.yaml +++ b/.github/workflows/develocity-publish-build-scans.yaml @@ -31,12 +31,12 @@ jobs: steps: - name: Setup Build Scan link capture - uses: gradle/develocity-actions/setup-maven@4a2aed82eea165ba2d5c494fc2a8730d7fdff229 # 1.4 + uses: gradle/develocity-actions/setup-maven@974e8dbcbda40db6828fc35f349c80a7c0e71529 # 2.1 with: capture-build-scan-links: true - name: Publish Build Scans - uses: gradle/develocity-actions/maven-publish-build-scan@4a2aed82eea165ba2d5c494fc2a8730d7fdff229 # 1.4 + uses: gradle/develocity-actions/maven-publish-build-scan@974e8dbcbda40db6828fc35f349c80a7c0e71529 # 2.1 with: develocity-url: 'https://ge.apache.org' develocity-access-key: ${{ secrets.GE_ACCESS_TOKEN }}