Skip to content

Commit

Permalink
Merge pull request #54 from opencastsoftware/renovate/gradle-gradle-b…
Browse files Browse the repository at this point in the history
…uild-action-3.x

Update gradle/gradle-build-action action to v3.2.0
  • Loading branch information
DavidGregory084 authored Apr 5, 2024
2 parents 32327ae + fd24a1f commit e937ced
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
4 changes: 2 additions & 2 deletions .github/workflows/dependency-graph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e937ced

Please sign in to comment.