Skip to content

Commit 43571eb

Browse files
Update actions/setup-java digest to ad2b381 (#8521)
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/be666c2fcd27ec809703dec50e508c2fdc7f6654..ad2b38190b15e4d6bdf0c97fb4fca8412226d287)) | action | digest | `be666c2` → `ad2b381` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/357) for more information. --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Between 12:00 AM and 03:59 AM, on the second Monday and fourth Monday of the month (`* 0-3 * * 1#2,1#4`) - 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/vortex-data/vortex). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMzEuMSIsInVwZGF0ZWRJblZlciI6IjQzLjIzMS4xIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6WyJjaGFuZ2Vsb2cvY2hvcmUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2fb17f1 commit 43571eb

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
repo-token: ${{ secrets.GITHUB_TOKEN }}
2626
enable-sccache: "false"
2727
- name: Set up JDK 17
28-
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5
28+
uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5
2929
with:
3030
java-version: "17"
3131
distribution: "temurin"

.github/workflows/package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
9090
with:
9191
fetch-depth: 0
92-
- uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5
92+
- uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5
9393
with:
9494
distribution: "corretto"
9595
java-version: "17"
@@ -124,7 +124,7 @@ jobs:
124124
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
125125
with:
126126
fetch-depth: 0
127-
- uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5
127+
- uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5
128128
with:
129129
distribution: "corretto"
130130
java-version: "17"

.github/workflows/publish-dry-runs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
8383
with:
8484
fetch-depth: 0
85-
- uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5
85+
- uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5
8686
with:
8787
distribution: "corretto"
8888
java-version: "17"

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
working-directory: ./java
9090
steps:
9191
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
92-
- uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5
92+
- uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5
9393
with:
9494
distribution: "corretto"
9595
java-version: "17"

0 commit comments

Comments
 (0)