Skip to content

Commit 57a01ea

Browse files
chore(deps): update actions/setup-java digest to ad2b381 (#870)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent abb31f1 commit 57a01ea

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
submodules: 'true'
3434

3535
- name: Set up JDK ${{ matrix.java-version }}
36-
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5
36+
uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5
3737
with:
3838
distribution: 'temurin'
3939
java-version: ${{ matrix.java-version }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
gh api repos/projectnessie/cel-java/commits/${SHA}/check-runs --jq 'if ([.check_runs[] | select(.name | endswith("Release") or startswith("Dependabot ") or startswith("codecov/") or startswith("Report") | not ) | .conclusion // "pending" ] | unique == ["success"] or unique == []) then "OK" else error("Commit checks are not OK") end'
6666
6767
- name: Set up JDK
68-
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5
68+
uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5
6969
with:
7070
distribution: 'temurin'
7171
java-version: 21

0 commit comments

Comments
 (0)