Skip to content

Commit

Permalink
Update gradle/actions digest to 6cec5d4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 12, 2024
1 parent 9af4e4d commit 45e3ed8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:

- name: "Generate and submit dependency graph"
# Note: this `uses: gradle/actions/setup-gradle@v3` under the hood.
uses: gradle/actions/dependency-submission@1168cd3d07c1876a65e1724114de42ccbdfa7b78 # v3
uses: gradle/actions/dependency-submission@6cec5d49d4d6d4bb982fbed7047db31ea6d38f11 # v3
2 changes: 1 addition & 1 deletion .github/workflows/merge-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
java-version-file: '.java-version'

- name: "Setup gradle"
uses: gradle/actions/setup-gradle@1168cd3d07c1876a65e1724114de42ccbdfa7b78 # v3
uses: gradle/actions/setup-gradle@6cec5d49d4d6d4bb982fbed7047db31ea6d38f11 # v3

- name: "Run Gradle tasks"
run: ./gradlew build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
java-version-file: '.java-version'

- name: "Setup gradle"
uses: gradle/actions/setup-gradle@1168cd3d07c1876a65e1724114de42ccbdfa7b78 # v3
uses: gradle/actions/setup-gradle@6cec5d49d4d6d4bb982fbed7047db31ea6d38f11 # v3

- name: "Build"
run: ./gradlew build
Expand Down

0 comments on commit 45e3ed8

Please sign in to comment.