Skip to content

Commit

Permalink
build(deps): bump gradle/gradle-build-action from 2.8.1 to 2.9.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.8.1 to 2.9.0.
- [Release notes](https://github.com/gradle/gradle-build-action/releases)
- [Commits](gradle/gradle-build-action@b5126f3...842c587)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent 1b54d21 commit ec5f0ed
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@b5126f31dbc19dd434c3269bf8c28c315e121da2
uses: gradle/gradle-build-action@842c587ad8aa4c68eeba24c396e15af4c2e9f30a
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@b5126f31dbc19dd434c3269bf8c28c315e121da2
uses: gradle/gradle-build-action@842c587ad8aa4c68eeba24c396e15af4c2e9f30a
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@b5126f31dbc19dd434c3269bf8c28c315e121da2
uses: gradle/gradle-build-action@842c587ad8aa4c68eeba24c396e15af4c2e9f30a
with:
arguments: |
sonar -x compileJava -x compileTestJava
Expand Down

0 comments on commit ec5f0ed

Please sign in to comment.