Skip to content

Commit 9ef808e

Browse files
committed
[internal] Update GitHub Actions workflow files
1 parent 39853ea commit 9ef808e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
# If the worktree is dirty and this is a Renovate PR to bump
108108
# dependencies, commit the updated SDK and push it back to the PR. The
109109
# job will still be marked as a failure.
110-
if: failure() && steps.worktreeClean.outcome == 'failure' && contains(github.actor, 'renovate') && github.event_name == 'pull_request'
110+
if: steps.worktreeClean.outcome == 'failure' && contains(github.actor, 'renovate') && github.event_name == 'pull_request'
111111
shell: bash
112112
run: |
113113
git diff --quiet -- sdk && echo "no changes to sdk" && exit

.github/workflows/verify-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
with:
8080
python-version: 3.11.8
8181
- name: Setup Java
82-
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
82+
uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1.0
8383
with:
8484
cache: gradle
8585
distribution: temurin

0 commit comments

Comments
 (0)