Skip to content

Commit ad4e181

Browse files
author
Rob Tjalma
authored
Merge pull request #84 from com-pas/dependabot/github_actions/actions/setup-java-3.2.0
Bump actions/setup-java from 3.1.1 to 3.2.0
2 parents 37be137 + 528a065 commit ad4e181

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
restore-keys: ${{ runner.os }}-m2
3939

4040
- name: Set up JDK 1.11
41-
uses: actions/setup-java@v3.1.1
41+
uses: actions/setup-java@v3.2.0
4242
with:
4343
distribution: 'zulu'
4444
java-version: '11'

.github/workflows/release-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# Extra the tagname form the git reference, value of GITHUB_REF will be something like refs/tags/<tag_name>.
4343
run: echo "##[set-output name=tagname;]$(echo ${GITHUB_REF##*/})"
4444
- name: Set up JDK 1.11
45-
uses: actions/setup-java@v3.1.1
45+
uses: actions/setup-java@v3.2.0
4646
with:
4747
distribution: 'zulu'
4848
java-version: '11'

.github/workflows/sonarcloud-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
fetch-depth: 0
3232

3333
- name: Set up JDK 1.11
34-
uses: actions/setup-java@v3.1.1
34+
uses: actions/setup-java@v3.2.0
3535
with:
3636
distribution: 'zulu'
3737
java-version: '11'

0 commit comments

Comments
 (0)