Skip to content

Commit

Permalink
chore(deps): update gradle/actions action to v4.2.2 (#2263)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [gradle/actions](https://redirect.github.com/gradle/actions) | action
| patch | `v4.2.1` -> `v4.2.2` |

---

### Release Notes

<details>
<summary>gradle/actions (gradle/actions)</summary>

###
[`v4.2.2`](https://redirect.github.com/gradle/actions/releases/tag/v4.2.2)

[Compare
Source](https://redirect.github.com/gradle/actions/compare/v4.2.1...v4.2.2)

This patch release updates a bunch of dependency versions and fixes a
deprecation warning emitted with Gradle 8.12.

##### What's Changed

- Bump cross-spawn in /sources by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/gradle/actions/pull/455](https://redirect.github.com/gradle/actions/pull/455)
- Update known wrapper checksums by
[@&#8203;github-actions](https://redirect.github.com/github-actions) in
[https://github.com/gradle/actions/pull/462](https://redirect.github.com/gradle/actions/pull/462)
- Bump the github-actions group across 1 directory with 2 updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/gradle/actions/pull/474](https://redirect.github.com/gradle/actions/pull/474)
- Update
[@&#8203;actions/cache4](https://redirect.github.com/actions/cache4).0.0
and patch by [@&#8203;amyu](https://redirect.github.com/amyu) in
[https://github.com/gradle/actions/pull/479](https://redirect.github.com/gradle/actions/pull/479)
- Update develocity-injection init script to v1.1 by
[@&#8203;bot-githubaction](https://redirect.github.com/bot-githubaction)
in
[https://github.com/gradle/actions/pull/471](https://redirect.github.com/gradle/actions/pull/471)
- Dependency updates by
[@&#8203;bigdaz](https://redirect.github.com/bigdaz) in
[https://github.com/gradle/actions/pull/480](https://redirect.github.com/gradle/actions/pull/480)
- Bump references to Develocity Gradle plugin from 3.18.2 to 3.19 by
[@&#8203;bot-githubaction](https://redirect.github.com/bot-githubaction)
in
[https://github.com/gradle/actions/pull/483](https://redirect.github.com/gradle/actions/pull/483)
- Update known wrapper checksums by
[@&#8203;github-actions](https://redirect.github.com/github-actions) in
[https://github.com/gradle/actions/pull/484](https://redirect.github.com/gradle/actions/pull/484)
- Bump the gradle group across 1 directory with 2 updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/gradle/actions/pull/485](https://redirect.github.com/gradle/actions/pull/485)
- Attempt to limit failures in wrapper-validation tests by
[@&#8203;bigdaz](https://redirect.github.com/bigdaz) in
[https://github.com/gradle/actions/pull/490](https://redirect.github.com/gradle/actions/pull/490)
- Update known wrapper checksums by
[@&#8203;github-actions](https://redirect.github.com/github-actions) in
[https://github.com/gradle/actions/pull/488](https://redirect.github.com/gradle/actions/pull/488)
- Remove deprecation warning from init-script by
[@&#8203;bigdaz](https://redirect.github.com/bigdaz) in
[https://github.com/gradle/actions/pull/491](https://redirect.github.com/gradle/actions/pull/491)
- Use latest dependency-graph plugin by
[@&#8203;bigdaz](https://redirect.github.com/bigdaz) in
[https://github.com/gradle/actions/pull/489](https://redirect.github.com/gradle/actions/pull/489)

##### New Contributors

-
[@&#8203;sebastian-dyroff](https://redirect.github.com/sebastian-dyroff)
made their first contribution in
[https://github.com/gradle/actions/pull/465](https://redirect.github.com/gradle/actions/pull/465)
- [@&#8203;amyu](https://redirect.github.com/amyu) made their first
contribution in
[https://github.com/gradle/actions/pull/479](https://redirect.github.com/gradle/actions/pull/479)

**Full Changelog**:
gradle/actions@v4.2.1...v4.2.2

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/infonl/dimpact-zaakafhandelcomponent).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS43Mi4yIiwidXBkYXRlZEluVmVyIjoiMzkuNzIuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 18, 2024
1 parent 10f727f commit 7855d8f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ jobs:
cache: 'maven'

- name: Setup Gradle
uses: gradle/actions/setup-gradle@cc4fc85e6b35bafd578d5ffbc76a5518407e1af0 # v4.2.1
uses: gradle/actions/setup-gradle@0bdd871935719febd78681f197cd39af5b6e16a6 # v4.2.2

- name: Validate Gradle wrapper
uses: gradle/actions/wrapper-validation@cc4fc85e6b35bafd578d5ffbc76a5518407e1af0 # v4.2.1
uses: gradle/actions/wrapper-validation@0bdd871935719febd78681f197cd39af5b6e16a6 # v4.2.2

# The Gradle build also executes a Maven command to build the WildFly bootable JAR.
# Disable the Gradle Configuration Cache for now because we sometimes run into a similar issue to:
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
distribution: 'temurin'

- name: Setup Gradle
uses: gradle/actions/setup-gradle@cc4fc85e6b35bafd578d5ffbc76a5518407e1af0 # v4.2.1
uses: gradle/actions/setup-gradle@0bdd871935719febd78681f197cd39af5b6e16a6 # v4.2.2

- name: Restore Gradle build artefacts
uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
distribution: 'temurin'

- name: Setup Gradle
uses: gradle/actions/setup-gradle@cc4fc85e6b35bafd578d5ffbc76a5518407e1af0 # v4.2.1
uses: gradle/actions/setup-gradle@0bdd871935719febd78681f197cd39af5b6e16a6 # v4.2.2

- name: Restore built ZAC JAR
uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

- name: Setup Gradle
if: matrix.language == 'java-kotlin'
uses: gradle/actions/setup-gradle@cc4fc85e6b35bafd578d5ffbc76a5518407e1af0 # v4.2.1
uses: gradle/actions/setup-gradle@0bdd871935719febd78681f197cd39af5b6e16a6 # v4.2.2

- name: Initialize CodeQL
uses: github/codeql-action/init@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
Expand Down

0 comments on commit 7855d8f

Please sign in to comment.