diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 478350d..a2a080b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: jdkFile: ${{ steps.download-java.outputs.jdkFile }} - name: Build & Test - uses: gradle/gradle-build-action@29c0906b64b8fc82467890bfb7a0a7ef34bda89e # v3.1.0 + uses: gradle/gradle-build-action@fe59895742b4f984530980e4f693943577526b61 # v3.2.0 with: arguments: build --info @@ -56,6 +56,6 @@ 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@29c0906b64b8fc82467890bfb7a0a7ef34bda89e # v3.1.0 + uses: gradle/gradle-build-action@fe59895742b4f984530980e4f693943577526b61 # v3.2.0 with: arguments: publishAllPublicationsToMavenCentral \ No newline at end of file diff --git a/.github/workflows/dependency-graph.yml b/.github/workflows/dependency-graph.yml index e1e65be..c572f7a 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@29c0906b64b8fc82467890bfb7a0a7ef34bda89e # v3.1.0 + uses: gradle/gradle-build-action@fe59895742b4f984530980e4f693943577526b61 # v3.2.0 with: dependency-graph: generate-and-submit - name: Generate Dependency Graph Snapshot - uses: gradle/gradle-build-action@29c0906b64b8fc82467890bfb7a0a7ef34bda89e # v3.1.0 + uses: gradle/gradle-build-action@fe59895742b4f984530980e4f693943577526b61 # v3.2.0 env: DEPENDENCY_GRAPH_INCLUDE_CONFIGURATIONS: 'compileClasspath|runtimeClasspath' with: