From bc5a5add621d598d72c044599dc63517302b5d8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 07:24:36 +0000 Subject: [PATCH] Update `gradle/develocity-actions` to version `2.0` (#3994) --- .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..419f8974f59 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://ge.apache.org' develocity-access-key: ${{ secrets.GE_ACCESS_TOKEN }}