Skip to content

Commit

Permalink
Update gradle/gradle-build-action action to v2.4.2 [SECURITY] (#72)
Browse files Browse the repository at this point in the history
| datasource  | package                    | from   | to     |
| ----------- | -------------------------- | ------ | ------ |
| github-tags | gradle/gradle-build-action | v2.3.3 | v2.4.2 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 1, 2023
1 parent 1861204 commit e9298c1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
java-version: 11

- name: Build and test with Gradle
uses: gradle/gradle-build-action@v2.3.3
uses: gradle/gradle-build-action@v2.4.2
with:
arguments: build

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/generate-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
java-version: 11

- name: Build with Gradle
uses: gradle/gradle-build-action@v2.3.3
uses: gradle/gradle-build-action@v2.4.2
with:
arguments: build -x spotlessCheck "-Psemver.scope=${{ github.event.inputs.scope }}" "-Psemver.stage=${{ github.event.inputs.stage }}"

Expand All @@ -69,7 +69,7 @@ jobs:
java-version: 11

- name: Generate Tag
uses: gradle/gradle-build-action@v2.3.3
uses: gradle/gradle-build-action@v2.4.2
with:
arguments: createSemverTag "-Psemver.scope=${{ github.event.inputs.scope }}" "-Psemver.stage=${{ github.event.inputs.stage }}"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
java-version: 11

- name: Build and test with Gradle
uses: gradle/gradle-build-action@v2.3.3
uses: gradle/gradle-build-action@v2.4.2
with:
arguments: build -x spotlessCheck --scan --stacktrace

Expand Down

0 comments on commit e9298c1

Please sign in to comment.