Skip to content

Commit

Permalink
Bump gradle/gradle-build-action from 2.5.1 to 2.6.0 (#3185)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 11, 2023
1 parent 1ee4e41 commit 55ee233
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
java-version: 17

- name: Spotless
uses: gradle/gradle-build-action@v2.5.1
uses: gradle/gradle-build-action@v2.6.0
with:
arguments: spotlessCheck ${{ inputs.no-build-cache && '--no-build-cache' || '' }}

Expand All @@ -43,7 +43,7 @@ jobs:
java-version: 17

- name: Generate license report
uses: gradle/gradle-build-action@v2.5.1
uses: gradle/gradle-build-action@v2.6.0
with:
# ignore inputs.no-build-cache and always run with --no-build-cache
# see https://github.com/jk1/Gradle-License-Report/issues/231
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
java-version: 17

- name: Assemble
uses: gradle/gradle-build-action@v2.5.1
uses: gradle/gradle-build-action@v2.6.0
with:
# javadoc task fails sporadically fetching https://docs.oracle.com/javase/8/docs/api/
arguments: assemble -Dai.etw.native.build=release -x javadoc ${{ inputs.no-build-cache && '--no-build-cache' || '' }}
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
java-version: 17

- name: Test
uses: gradle/gradle-build-action@v2.5.1
uses: gradle/gradle-build-action@v2.6.0
with:
# spotless is checked separately since it's a common source of failure
arguments: >
Expand Down Expand Up @@ -170,6 +170,6 @@ jobs:
java-version: 17

- name: Test
uses: gradle/gradle-build-action@v2.5.1
uses: gradle/gradle-build-action@v2.6.0
with:
arguments: ${{ matrix.module }}:smokeTest
2 changes: 1 addition & 1 deletion .github/workflows/codeql-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
languages: java

- uses: gradle/gradle-build-action@v2.5.1
- uses: gradle/gradle-build-action@v2.6.0
with:
# skipping build cache is needed so that all modules will be analyzed
arguments: assemble --no-build-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/owasp-dependency-check-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
distribution: temurin
java-version: 17

- uses: gradle/gradle-build-action@v2.5.1
- uses: gradle/gradle-build-action@v2.6.0
with:
arguments: ":agent:agent:dependencyCheckAnalyze"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
gh pr checkout $NUMBER
- name: Set up Gradle cache
uses: gradle/gradle-build-action@v2.5.1
uses: gradle/gradle-build-action@v2.6.0
with:
cache-read-only: true

Expand Down

0 comments on commit 55ee233

Please sign in to comment.