Skip to content

Commit 95fdb2a

Browse files
dependabot[bot]ParanoidUser
authored andcommitted
build(deps): bump gradle/gradle-build-action from 2.11.1 to 2.12.0 (#506)
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.11.1 to 2.12.0. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](gradle/gradle-build-action@982da8e...a8f7551) --- 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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c92643d commit 95fdb2a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
cache: gradle
7272

7373
- name: Test project
74-
uses: gradle/gradle-build-action@982da8e78c05368c70dac0351bb82647a9e9a5d2 # v2.11.1
74+
uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa # v2.12.0
7575
with:
7676
gradle-home-cache-cleanup: true
7777
arguments: |
@@ -136,7 +136,7 @@ jobs:
136136

137137
- name: Analyze code quality (main)
138138
if: startsWith(github.event_name, 'pull_request') == false
139-
uses: gradle/gradle-build-action@982da8e78c05368c70dac0351bb82647a9e9a5d2 # v2.11.1
139+
uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa # v2.12.0
140140
with:
141141
gradle-home-cache-cleanup: true
142142
dependency-graph: generate-and-submit
@@ -154,7 +154,7 @@ jobs:
154154
155155
- name: Analyze code quality (PR)
156156
if: startsWith(github.event_name, 'pull_request')
157-
uses: gradle/gradle-build-action@982da8e78c05368c70dac0351bb82647a9e9a5d2 # v2.11.1
157+
uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa # v2.12.0
158158
with:
159159
arguments: |
160160
sonar -x compileJava -x compileTestJava

0 commit comments

Comments
 (0)