Commit f83ce8c
authored
Update gradle/actions action to v4.4.0 (#216)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [gradle/actions](https://redirect.github.com/gradle/actions) | action
| minor | `v4.3.0` -> `v4.4.0` |
---
### Release Notes
<details>
<summary>gradle/actions (gradle/actions)</summary>
###
[`v4.4.0`](https://redirect.github.com/gradle/actions/releases/tag/v4.4.0)
[Compare
Source](https://redirect.github.com/gradle/actions/compare/v4.3.1...v4.4.0)
This release updates 2 downstream components:
- Develocity injection has been updated to
[v2.0](https://redirect.github.com/gradle/develocity-ci-injection/releases/tag/v2.0)
- Some environment variables related to Develocity injection have been
renamed. All vars now being with `DEVELOCITY_INJECTION_`. Check [the
docs](https://redirect.github.com/gradle/actions/blob/main/docs/setup-gradle.md#configuring-develocity-injection)
for more details.
- Dependency-graph plugin has been updated to
[v1.4.0](https://redirect.github.com/gradle/github-dependency-graph-gradle-plugin/releases/tag/v1.4.0)
- The 'detector' values included in the generated graph can now be
configured via environment variables.
#### What's Changed
- Update develocity-injection init script to v1.3 by
[@​bot-githubaction](https://redirect.github.com/bot-githubaction)
in
[https://github.com/gradle/actions/pull/592](https://redirect.github.com/gradle/actions/pull/592)
- Update develocity-injection init script to v2.0 by
[@​bot-githubaction](https://redirect.github.com/bot-githubaction)
in
[https://github.com/gradle/actions/pull/593](https://redirect.github.com/gradle/actions/pull/593)
- \[StepSecurity] ci: Harden GitHub Actions by
[@​step-security-bot](https://redirect.github.com/step-security-bot)
in
[https://github.com/gradle/actions/pull/597](https://redirect.github.com/gradle/actions/pull/597)
- Use v1.4.0 of dependency graph plugin by
[@​bigdaz](https://redirect.github.com/bigdaz) in
[https://github.com/gradle/actions/pull/638](https://redirect.github.com/gradle/actions/pull/638)
#### New Contributors
-
[@​step-security-bot](https://redirect.github.com/step-security-bot)
made their first contribution in
[https://github.com/gradle/actions/pull/597](https://redirect.github.com/gradle/actions/pull/597)
**Full Changelog**:
gradle/actions@v4.3.1...v4.4.0
###
[`v4.3.1`](https://redirect.github.com/gradle/actions/releases/tag/v4.3.1)
[Compare
Source](https://redirect.github.com/gradle/actions/compare/v4.3.0...v4.3.1)
This release fixes a couple of minor issues, as well as keeping
dependencies up to date.
##### Fixed issues
- The develocity-allow-untrusted-server parameter should be honoured
when fetching short-lived access tokens
[#​583](https://redirect.github.com/gradle/actions/issues/583)
- Build summary may incorrectly report build success
[#​415](https://redirect.github.com/gradle/actions/issues/415)
##### What's Changed
- Update develocity-injection init script to v1.1.1 by
[@​bot-githubaction](https://redirect.github.com/bot-githubaction)
in
[https://github.com/gradle/actions/pull/545](https://redirect.github.com/gradle/actions/pull/545)
- Bump the github-actions group across 2 directories with 3 updates by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/gradle/actions/pull/547](https://redirect.github.com/gradle/actions/pull/547)
- Bump the npm-dependencies group in /sources with 2 updates by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/gradle/actions/pull/548](https://redirect.github.com/gradle/actions/pull/548)
- Update develocity-injection init script to v1.2 by
[@​bot-githubaction](https://redirect.github.com/bot-githubaction)
in
[https://github.com/gradle/actions/pull/550](https://redirect.github.com/gradle/actions/pull/550)
- Bump the github-actions group across 1 directory with 2 updates by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/gradle/actions/pull/552](https://redirect.github.com/gradle/actions/pull/552)
- Bump the npm-dependencies group across 1 directory with 5 updates by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/gradle/actions/pull/558](https://redirect.github.com/gradle/actions/pull/558)
- Update known wrapper checksums by
[@​github-actions](https://redirect.github.com/github-actions) in
[https://github.com/gradle/actions/pull/560](https://redirect.github.com/gradle/actions/pull/560)
- Bump references to Develocity Gradle plugin from 3.19.1 to 3.19.2 by
[@​bot-githubaction](https://redirect.github.com/bot-githubaction)
in
[https://github.com/gradle/actions/pull/561](https://redirect.github.com/gradle/actions/pull/561)
- Catch more build failures in job summary by
[@​bigdaz](https://redirect.github.com/bigdaz) in
[https://github.com/gradle/actions/pull/571](https://redirect.github.com/gradle/actions/pull/571)
- Scope captured build failures by
[@​erichaagdev](https://redirect.github.com/erichaagdev) in
[https://github.com/gradle/actions/pull/574](https://redirect.github.com/gradle/actions/pull/574)
- Ignore SSL certificate validation when fetching Develocity short-lived
access token if `develocity-allow-untrusted-server` is enabled by
[@​remcomokveld](https://redirect.github.com/remcomokveld) in
[https://github.com/gradle/actions/pull/575](https://redirect.github.com/gradle/actions/pull/575)
- Dependency updates by
[@​bigdaz](https://redirect.github.com/bigdaz) in
[https://github.com/gradle/actions/pull/579](https://redirect.github.com/gradle/actions/pull/579)
- Bump com.google.guava:guava from 33.4.5-jre to 33.4.6-jre in
/.github/workflow-samples/kotlin-dsl in the gradle group across 1
directory by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/gradle/actions/pull/580](https://redirect.github.com/gradle/actions/pull/580)
- Bump the github-actions group across 2 directories with 2 updates by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/gradle/actions/pull/582](https://redirect.github.com/gradle/actions/pull/582)
##### New Contributors
- [@​erichaagdev](https://redirect.github.com/erichaagdev) made
their first contribution in
[https://github.com/gradle/actions/pull/574](https://redirect.github.com/gradle/actions/pull/574)
- [@​remcomokveld](https://redirect.github.com/remcomokveld) made
their first contribution in
[https://github.com/gradle/actions/pull/575](https://redirect.github.com/gradle/actions/pull/575)
**Full Changelog**:
gradle/actions@v4.3.0...v4.3.1
</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/ryandens/javaagent-gradle-plugin).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjQwLjMzLjYiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent e50599c commit f83ce8c
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments