Skip to content

Commit 5b46dcd

Browse files
Merge pull request #200 from CheckmarxDev/dependabot/github_actions/actions/setup-java-3.7.0
Bump actions/setup-java from 3.6.0 to 3.7.0
2 parents fa1d80b + cd9cf7d commit 5b46dcd

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.6.0
23+
uses: actions/setup-java@v3.7.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.6.0
29+
uses: actions/setup-java@v3.7.0
3030
with:
3131
java-version: '11'
3232
distribution: 'temurin'

0 commit comments

Comments
 (0)