Skip to content

Commit

Permalink
build(deps): bump gradle/gradle-build-action from 2.6.1 to 2.7.0
Browse files Browse the repository at this point in the history
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.6.1 to 2.7.0.
- [Release notes](https://github.com/gradle/gradle-build-action/releases)
- [Commits](gradle/gradle-build-action@915a66c...a4cf152)

---
updated-dependencies:
- dependency-name: gradle/gradle-build-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 25, 2023
1 parent 1aa4b76 commit de00128
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
cache: gradle

- name: Test project
uses: gradle/gradle-build-action@915a66c096a03101667f9df2e56c9efef558b165
uses: gradle/gradle-build-action@a4cf152f482c7ca97ef56ead29bf08bcd953284c
with:
gradle-home-cache-cleanup: true
arguments: |
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:

- name: Analyze code quality (main)
if: startsWith(github.event_name, 'pull_request') == false
uses: gradle/gradle-build-action@915a66c096a03101667f9df2e56c9efef558b165
uses: gradle/gradle-build-action@a4cf152f482c7ca97ef56ead29bf08bcd953284c
with:
gradle-home-cache-cleanup: true
dependency-graph: generate-and-submit
Expand All @@ -152,7 +152,7 @@ jobs:
- name: Analyze code quality (PR)
if: startsWith(github.event_name, 'pull_request')
uses: gradle/gradle-build-action@915a66c096a03101667f9df2e56c9efef558b165
uses: gradle/gradle-build-action@a4cf152f482c7ca97ef56ead29bf08bcd953284c
with:
arguments: |
sonar -x compileJava -x compileTestJava
Expand Down

0 comments on commit de00128

Please sign in to comment.