From 51cd5a506141b52e49f3eeef60a046dc39477ee5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 22:58:44 +0000 Subject: [PATCH] Update `gradle/develocity-actions` to version `2.0` (#3995) --- .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 2a87945214b..59d0f7cd5e7 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@09247f276f2bc73be8ebd0efced38273412d38d0 # 2.0 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@09247f276f2bc73be8ebd0efced38273412d38d0 # 2.0 with: develocity-url: 'https://develocity.apache.org' develocity-access-key: ${{ secrets.DEVELOCITY_ACCESS_KEY }}