Skip to content

Commit de3750f

Browse files
author
Dennis Labordus
authored
Merge pull request #139 from com-pas/dependabot/github_actions/actions/setup-java-3.5.1
Bump actions/setup-java from 3.5.0 to 3.5.1
2 parents 6a21934 + f21201e commit de3750f

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
@@ -39,7 +39,7 @@ jobs:
3939
id: buildx
4040
uses: docker/setup-buildx-action@v2
4141
- name: Set up JDK 17
42-
uses: actions/[email protected].0
42+
uses: actions/[email protected].1
4343
with:
4444
distribution: 'zulu'
4545
java-version: '17'

.github/workflows/release-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: echo "##[set-output name=tagname;]$(echo ${GITHUB_REF##*/})"
3737

3838
- name: Set up JDK 17
39-
uses: actions/[email protected].0
39+
uses: actions/[email protected].1
4040
with:
4141
distribution: 'zulu'
4242
java-version: '17'

.github/workflows/sonarcloud-analysis.yml

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

4646
- name: Set up JDK 17
47-
uses: actions/[email protected].0
47+
uses: actions/[email protected].1
4848
with:
4949
distribution: 'zulu'
5050
java-version: '17'

0 commit comments

Comments
 (0)