Skip to content

Commit

Permalink
Update gradle/gradle-build-action digest to 557c94c
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed May 20, 2022
1 parent e787332 commit e6b0cb6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ jobs:
java-version: '11'
distribution: 'temurin'
- name: Build with Gradle
uses: gradle/gradle-build-action@c3afc518f523c6beeaa2fa40732832488b171f1b
uses: gradle/gradle-build-action@557c94c8318de959ee15916328e659e237b09a8a
with:
arguments: |
--build-cache
build
-Denterprise.tos.agree=yes
- name: Run the examples
uses: gradle/gradle-build-action@c3afc518f523c6beeaa2fa40732832488b171f1b
uses: gradle/gradle-build-action@557c94c8318de959ee15916328e659e237b09a8a
with:
arguments: |
--build-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
java-version: '11'
distribution: 'temurin'
- name: Build with Gradle
uses: gradle/gradle-build-action@c3afc518f523c6beeaa2fa40732832488b171f1b
uses: gradle/gradle-build-action@557c94c8318de959ee15916328e659e237b09a8a
- uses: pre-commit/[email protected]
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
settings-path: ${{ github.workspace }} # location for the settings.xml file

- name: Build with Gradle
uses: gradle/gradle-build-action@c3afc518f523c6beeaa2fa40732832488b171f1b
uses: gradle/gradle-build-action@557c94c8318de959ee15916328e659e237b09a8a
with:
arguments: |
--build-cache
Expand All @@ -44,7 +44,7 @@ jobs:
# The USERNAME and TOKEN need to correspond to the credentials environment variables used in
# the publishing section of your build.gradle
- name: Publish to GitHub Packages
uses: gradle/gradle-build-action@c3afc518f523c6beeaa2fa40732832488b171f1b
uses: gradle/gradle-build-action@557c94c8318de959ee15916328e659e237b09a8a
with:
arguments: |
--build-cache
Expand Down

0 comments on commit e6b0cb6

Please sign in to comment.