Skip to content

Commit

Permalink
Merge pull request #257 from Checkmarx/update-workflows-jdk17
Browse files Browse the repository at this point in the history
AST-000 | Update workflows for jdk17
  • Loading branch information
OrShamirCM authored Nov 12, 2024
2 parents 42b4c67 + efcb8dc commit b2a9683
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: 11
java-version: 17
distribution: 'adopt'
settings-path: ${{ github.workspace }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: 11
java-version: 17
distribution: 'adopt'
settings-path: ${{ github.workspace }}

Expand Down

0 comments on commit b2a9683

Please sign in to comment.