From 1281468b7c1f0d4a5fc0b11f132b83fb165cc54b Mon Sep 17 00:00:00 2001 From: Jerome Prinet Date: Wed, 2 Oct 2024 16:01:46 +0200 Subject: [PATCH] Upgrade gradle/develocity-actions to v1.2 --- .github/workflows/build-reusable.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-reusable.yaml b/.github/workflows/build-reusable.yaml index 40ecfbe..f512844 100644 --- a/.github/workflows/build-reusable.yaml +++ b/.github/workflows/build-reusable.yaml @@ -94,7 +94,7 @@ jobs: - name: Setup Develocity Build Scan capture if: inputs.develocity-enabled - uses: gradle/develocity-actions/maven-setup@23b7c25d7e5e4a4dd5bc214d9adb43b837f8917d # 1 + uses: gradle/develocity-actions/setup-maven@9f1bf05334de7eb619731d5466c35a153742311d # 1.2 with: develocity-access-key: ${{ secrets.DV_ACCESS_TOKEN }}