Skip to content

Commit 158081d

Browse files
Merge pull request #161 from CheckmarxDev/dependabot/github_actions/actions/setup-java-3.5.0
Bump actions/setup-java from 3.4.1 to 3.5.0
2 parents e056b78 + 7be99a2 commit 158081d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
${{ runner.os }}-maven-
2121
2222
- name: Set up JDK 11
23-
uses: actions/setup-java@v3.4.1
23+
uses: actions/setup-java@v3.5.0
2424
with:
2525
distribution: 'temurin'
2626
java-version: '11'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
${{ runner.os }}-maven-
2727
2828
- name: Set up Maven Central Repository
29-
uses: actions/setup-java@v3.4.1
29+
uses: actions/setup-java@v3.5.0
3030
with:
3131
java-version: '11'
3232
distribution: 'temurin'

0 commit comments

Comments
 (0)