Skip to content

Commit 792dc62

Browse files
chore(deps): update actions/setup-java digest to 0f481fc (#887)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9955ecf commit 792dc62

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@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5
36+
uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # 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@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5
68+
uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # v5
6969
with:
7070
distribution: 'temurin'
7171
java-version: 21

0 commit comments

Comments
 (0)