From 66980b58187bfb496f393a92b83694896efd7565 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 01:03:42 +0000 Subject: [PATCH] Update gradle/gradle-build-action action to v3.5.0 --- .github/workflows/ci.yml | 6 +++--- .github/workflows/dependency-graph.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d80102b..19aee4a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: jdkFile: ${{ steps.download-java.outputs.jdkFile }} - name: Build & Test - uses: gradle/gradle-build-action@8baac4c8ef753599f92eeb509c246d09d6250fa6 # v3.3.0 + uses: gradle/gradle-build-action@ac2d340dc04d9e1113182899e983b5400c17cda1 # v3.5.0 with: arguments: build @@ -52,13 +52,13 @@ jobs: - name: Publish To Sonatype if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main') - uses: gradle/gradle-build-action@8baac4c8ef753599f92eeb509c246d09d6250fa6 # v3.3.0 + uses: gradle/gradle-build-action@ac2d340dc04d9e1113182899e983b5400c17cda1 # v3.5.0 with: arguments: publishAllPublicationsToMavenCentral - name: Publish To Gradle Plugin Portal if: github.event_name != 'pull_request' && startsWith(github.ref, 'refs/tags/v') - uses: gradle/gradle-build-action@8baac4c8ef753599f92eeb509c246d09d6250fa6 # v3.3.0 + uses: gradle/gradle-build-action@ac2d340dc04d9e1113182899e983b5400c17cda1 # v3.5.0 with: arguments: | -Pgradle.publish.key=${{ secrets.GRADLE_PUBLISH_KEY }} diff --git a/.github/workflows/dependency-graph.yml b/.github/workflows/dependency-graph.yml index 165ab82..e2146e2 100644 --- a/.github/workflows/dependency-graph.yml +++ b/.github/workflows/dependency-graph.yml @@ -36,12 +36,12 @@ jobs: jdkFile: ${{ steps.download-java.outputs.jdkFile }} - name: Setup Dependency Graph - uses: gradle/gradle-build-action@8baac4c8ef753599f92eeb509c246d09d6250fa6 # v3.3.0 + uses: gradle/gradle-build-action@ac2d340dc04d9e1113182899e983b5400c17cda1 # v3.5.0 with: dependency-graph: generate-and-submit - name: Generate Dependency Graph Snapshot - uses: gradle/gradle-build-action@8baac4c8ef753599f92eeb509c246d09d6250fa6 # v3.3.0 + uses: gradle/gradle-build-action@ac2d340dc04d9e1113182899e983b5400c17cda1 # v3.5.0 env: DEPENDENCY_GRAPH_INCLUDE_CONFIGURATIONS: 'compileClasspath|runtimeClasspath' with: