Skip to content

Commit

Permalink
build(deps): bump gradle/gradle-build-action from 2.6.0 to 2.6.1 (#391)
Browse files Browse the repository at this point in the history
* build(deps): bump gradle/gradle-build-action from 2.6.0 to 2.6.1

Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/gradle/gradle-build-action/releases)
- [Commits](gradle/gradle-build-action@bd57605...915a66c)

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

Signed-off-by: dependabot[bot] <[email protected]>

* build: submit gradle dependency graph

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Paranoïd User <[email protected]>
  • Loading branch information
dependabot[bot] and ParanoidUser authored Jul 18, 2023
1 parent 66d5b72 commit 0f9586a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 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@bd5760595778326ba7f1441bcf7e88b49de61a25
uses: gradle/gradle-build-action@915a66c096a03101667f9df2e56c9efef558b165
with:
gradle-home-cache-cleanup: true
arguments: |
Expand Down Expand Up @@ -100,6 +100,8 @@ jobs:
needs: test
runs-on: ubuntu-22.04
timeout-minutes: 10
permissions:
contents: write
env:
VERSION: 1.18.0
steps:
Expand Down Expand Up @@ -133,11 +135,10 @@ jobs:

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

0 comments on commit 0f9586a

Please sign in to comment.