Skip to content

Commit d4d856d

Browse files
chore(deps): update actions/setup-java digest to de7274f (#2452)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-java](https://redirect.github.com/actions/setup-java) ([changelog](https://redirect.github.com/actions/setup-java/compare/dd06d9cba3e5552c54d9f8ea23572deb30010f7c..de7274f081f381c8f8158605e0321c36c376e2e6)) | action | digest | `dd06d9c` → `de7274f` | --- ### Configuration 📅 **Schedule**: (UTC) - 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/prometheus/client_java). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC43OS4xIiwidXBkYXRlZEluVmVyIjoiNDQuNzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6a40eda commit d4d856d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
persist-credentials: false
2727

2828
- name: Set up Java
29-
uses: actions/setup-java@dd06d9cba3e5552c54d9f8ea23572deb30010f7c # v6
29+
uses: actions/setup-java@de7274f081f381c8f8158605e0321c36c376e2e6 # v6
3030
with:
3131
distribution: temurin
3232
java-version: "25"

.github/workflows/multi-version-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Set up Java ${{ matrix.java }}
2323
id: setup-java
24-
uses: actions/setup-java@dd06d9cba3e5552c54d9f8ea23572deb30010f7c # v6
24+
uses: actions/setup-java@de7274f081f381c8f8158605e0321c36c376e2e6 # v6
2525
with:
2626
distribution: "temurin"
2727
java-version: ${{ matrix.java }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
run: mise run build-release
8383

8484
- name: Set up Apache Maven Central
85-
uses: actions/setup-java@dd06d9cba3e5552c54d9f8ea23572deb30010f7c # v6
85+
uses: actions/setup-java@de7274f081f381c8f8158605e0321c36c376e2e6 # v6
8686
with:
8787
distribution: "temurin"
8888
java-version: "21"

0 commit comments

Comments
 (0)