Skip to content

Commit 19e455c

Browse files
Update gradle/actions action to v4.4.0 (#962)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [gradle/actions](https://redirect.github.com/gradle/actions) | action | minor | `v4.3.1` -> `v4.4.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the warning logs for more information. --- ### 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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;bigdaz](https://redirect.github.com/bigdaz) in [https://github.com/gradle/actions/pull/638](https://redirect.github.com/gradle/actions/pull/638) ##### New Contributors - [@&#8203;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 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNTIuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI1Mi4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ1cGRhdGUtbWlub3IiXX0=--> Co-authored-by: grafanarenovatebot[bot] <146220760+grafanarenovatebot[bot]@users.noreply.github.com>
1 parent d9250ad commit 19e455c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
distribution: temurin
2929
cache: "gradle"
3030
- name: Setup Gradle and run build
31-
uses: gradle/actions/setup-gradle@06832c7b30a0129d7fb559bcc6e43d26f6374244 # v4.3.1
31+
uses: gradle/actions/setup-gradle@8379f6a1328ee0e06e2bb424dadb7b159856a326 # v4.4.0
3232
- name: Build
3333
run: ./gradlew build
3434
env:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
java-version: 17
2424
distribution: temurin
2525
- name: Setup Gradle and run build
26-
uses: gradle/actions/setup-gradle@06832c7b30a0129d7fb559bcc6e43d26f6374244 # v4.3.1
26+
uses: gradle/actions/setup-gradle@8379f6a1328ee0e06e2bb424dadb7b159856a326 # v4.4.0
2727
with:
2828
cache-disabled: 'true'
2929
- name: Build

0 commit comments

Comments
 (0)