Skip to content

Commit fd0860d

Browse files
author
Mithilesh Pawar
authored
Merge pull request #57 from CheckmarxDev/dependabot/github_actions/actions/setup-java-2.5.0
Bump actions/setup-java from 1 to 2.5.0
2 parents db89c44 + 4117e2e commit fd0860d

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
@@ -10,7 +10,7 @@ jobs:
1010
uses: actions/checkout@v2
1111

1212
- name: Set up JDK 8
13-
uses: actions/setup-java@v1
13+
uses: actions/setup-java@v2.5.0
1414
with:
1515
java-version: 8
1616

.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@v2
29+
uses: actions/setup-java@v2.5.0
3030
with:
3131
java-version: '11'
3232
distribution: 'adopt'

0 commit comments

Comments
 (0)