Skip to content

Commit 3ff2b7a

Browse files
Merge pull request #169 from CheckmarxDev/dependabot/github_actions/actions/setup-java-3.5.1
Bump actions/setup-java from 3.5.0 to 3.5.1
2 parents fea9c70 + 72c3b5a commit 3ff2b7a

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/[email protected].0
23+
uses: actions/[email protected].1
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/[email protected].0
29+
uses: actions/[email protected].1
3030
with:
3131
java-version: '11'
3232
distribution: 'temurin'

0 commit comments

Comments
 (0)