Skip to content

Commit

Permalink
Bump gradle/gradle-build-action
Browse files Browse the repository at this point in the history
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from d1b726d8c1e0cc120447ad1a950d6e6794c51ad8 to 62cce3c597efd445cd71ee868887b8b1117703a7.
- [Release notes](https://github.com/gradle/gradle-build-action/releases)
- [Commits](gradle/gradle-build-action@d1b726d...62cce3c)

---
updated-dependencies:
- dependency-name: gradle/gradle-build-action
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 6, 2023
1 parent e737d1e commit d2c44d0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
java-version: "17.0"
distribution: "temurin"
- uses: gradle/gradle-build-action@d1b726d8c1e0cc120447ad1a950d6e6794c51ad8
- uses: gradle/gradle-build-action@62cce3c597efd445cd71ee868887b8b1117703a7
with:
gradle-version: ${{ env.GRADLE_VERSION }}
arguments: build --profile -x integrationTest -x test
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
with:
java-version: "17.0"
distribution: "temurin"
- uses: gradle/gradle-build-action@d1b726d8c1e0cc120447ad1a950d6e6794c51ad8
- uses: gradle/gradle-build-action@62cce3c597efd445cd71ee868887b8b1117703a7
with:
gradle-version: ${{ env.GRADLE_VERSION}}
arguments: test -x integrationTest
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
with:
java-version: "17.0"
distribution: "temurin"
- uses: gradle/gradle-build-action@d1b726d8c1e0cc120447ad1a950d6e6794c51ad8
- uses: gradle/gradle-build-action@62cce3c597efd445cd71ee868887b8b1117703a7
with:
gradle-version: ${{ env.GRADLE_VERSION }}
arguments: integrationTest -x test
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
with:
java-version: "17.0"
distribution: "temurin"
- uses: gradle/gradle-build-action@d1b726d8c1e0cc120447ad1a950d6e6794c51ad8
- uses: gradle/gradle-build-action@62cce3c597efd445cd71ee868887b8b1117703a7
with:
gradle-version: ${{ env.GRADLE_VERSION }}
arguments: bootBuildImage
Expand Down Expand Up @@ -492,7 +492,7 @@ jobs:
path: ~/.sonar/cache
key: ${{ runner.os }}-sonar
- name: Scan with SonarQube
uses: gradle/gradle-build-action@d1b726d8c1e0cc120447ad1a950d6e6794c51ad8
uses: gradle/gradle-build-action@62cce3c597efd445cd71ee868887b8b1117703a7
with:
gradle-version: ${{ env.GRADLE_VERSION }}
arguments: sonar --info
Expand Down Expand Up @@ -1009,7 +1009,7 @@ jobs:
java-version: "17.0"
distribution: "temurin"
cache: gradle
- uses: gradle/gradle-build-action@d1b726d8c1e0cc120447ad1a950d6e6794c51ad8
- uses: gradle/gradle-build-action@62cce3c597efd445cd71ee868887b8b1117703a7
with:
gradle-version: ${{ env.GRADLE_VERSION }}
arguments: migrateDatabaseForERD
Expand Down

0 comments on commit d2c44d0

Please sign in to comment.