Skip to content

Commit

Permalink
build(deps): bump gradle/gradle-build-action from 2.12.0 to 3.0.0 (#511)
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.12.0 to 3.0.0.
- [Release notes](https://github.com/gradle/gradle-build-action/releases)
- [Commits](gradle/gradle-build-action@a8f7551...3b1b3b9)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Capt. Cutlass <[email protected]>
  • Loading branch information
dependabot[bot] and ParanoidUser authored Feb 6, 2024
1 parent 9eb1c77 commit 58ae5b5
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@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa # v2.12.0
uses: gradle/gradle-build-action@3b1b3b9a2104c2b47fbae53f3938079c00c9bb87 # v3.0.0
with:
gradle-home-cache-cleanup: true
arguments: |
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:

- name: Analyze code quality (main)
if: startsWith(github.event_name, 'pull_request') == false
uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa # v2.12.0
uses: gradle/gradle-build-action@3b1b3b9a2104c2b47fbae53f3938079c00c9bb87 # v3.0.0
with:
gradle-home-cache-cleanup: true
dependency-graph: generate-and-submit
Expand All @@ -154,7 +154,7 @@ jobs:
- name: Analyze code quality (PR)
if: startsWith(github.event_name, 'pull_request')
uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa # v2.12.0
uses: gradle/gradle-build-action@3b1b3b9a2104c2b47fbae53f3938079c00c9bb87 # v3.0.0
with:
arguments: |
sonar -x compileJava -x compileTestJava
Expand Down

0 comments on commit 58ae5b5

Please sign in to comment.