Skip to content

Commit

Permalink
chore(deps): update gradle/actions action to v3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 19, 2024
1 parent 0665404 commit 16c5d1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
distribution: 'temurin'

- name: Setup Gradle
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0
uses: gradle/actions/setup-gradle@750cdda3edd6d51b7fdfc069d2e2818cf3c44f4c # v3.3.1

- name: Lint
run: echo TODO linting
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
distribution: 'temurin'

- name: Generate and submit dependency graph
uses: gradle/actions/dependency-submission@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0
uses: gradle/actions/dependency-submission@750cdda3edd6d51b7fdfc069d2e2818cf3c44f4c # v3.3.1

docker-build:
name: Build and Push Container Image
Expand Down

0 comments on commit 16c5d1e

Please sign in to comment.