Skip to content

Commit

Permalink
re-add java setup
Browse files Browse the repository at this point in the history
  • Loading branch information
farrell-m committed Jan 6, 2025
1 parent cf63735 commit 71d14b2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/push-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
java-version: '21'
distribution: 'temurin'
- uses: snyk/actions/[email protected]
- name: Install snyk-delta
run: |
Expand Down

0 comments on commit 71d14b2

Please sign in to comment.