From c7667f60451166dc4619e5e79743b01e035bbeb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 10:56:46 +0000 Subject: [PATCH] Bump gradle/develocity-actions from 1.2 to 1.3 Bumps [gradle/develocity-actions](https://github.com/gradle/develocity-actions) from 1.2 to 1.3. - [Release notes](https://github.com/gradle/develocity-actions/releases) - [Commits](https://github.com/gradle/develocity-actions/compare/9f1bf05334de7eb619731d5466c35a153742311d...b8d3a572314ffff3b940a2c1b7b384d4983d422d) --- updated-dependencies: - dependency-name: gradle/develocity-actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 33c47d6..d079e7c 100644 --- a/.github/workflows/build-reusable.yaml +++ b/.github/workflows/build-reusable.yaml @@ -118,7 +118,7 @@ jobs: - name: Setup Develocity Build Scan capture if: inputs.develocity-enabled - uses: gradle/develocity-actions/setup-maven@9f1bf05334de7eb619731d5466c35a153742311d # 1.2 + uses: gradle/develocity-actions/setup-maven@b8d3a572314ffff3b940a2c1b7b384d4983d422d # 1.3 with: develocity-access-key: ${{ secrets.DV_ACCESS_TOKEN }}