Skip to content

Commit 80b9eba

Browse files
committed
re-add java setup
1 parent 90130c0 commit 80b9eba

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/push-branch.yml

+5
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ jobs:
6565

6666
steps:
6767
- uses: actions/checkout@v3
68+
- name: Set up JDK 21
69+
uses: actions/setup-java@v3
70+
with:
71+
java-version: '21'
72+
distribution: 'temurin'
6873
- uses: snyk/actions/setup@0.4.0
6974
- name: Install snyk-delta
7075
run: |

0 commit comments

Comments
 (0)