Skip to content

Commit e49f179

Browse files
committed
Fix different version for new setup Java.
1 parent d981e21 commit e49f179

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/anchore-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/setup-java@v3
1515
with:
1616
distribution: 'adopt'
17-
java-version: 1.8
17+
java-version: 8
1818

1919
- name: Cache Maven packages
2020
uses: actions/cache@v3

.github/workflows/ci-workflow-java-maven-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/setup-java@v3
2121
with:
2222
distribution: 'adopt'
23-
java-version: 1.8
23+
java-version: 8
2424

2525
- name: Cache Maven packages
2626
uses: actions/cache@v3
@@ -95,7 +95,7 @@ jobs:
9595
uses: actions/setup-java@v3
9696
with:
9797
distribution: 'adopt'
98-
java-version: 1.8
98+
java-version: 8
9999
- name: Cache Maven packages
100100
uses: actions/cache@v3
101101
with:

.github/workflows/ci-workflow-java-maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/setup-java@v3
2222
with:
2323
distribution: 'adopt'
24-
java-version: 1.8
24+
java-version: 8
2525

2626
- name: Cache Maven packages
2727
uses: actions/cache@v3
@@ -95,7 +95,7 @@ jobs:
9595
uses: actions/setup-java@v3
9696
with:
9797
distribution: 'adopt'
98-
java-version: 1.8
98+
java-version: 8
9999

100100
- name: Cache Maven packages
101101
uses: actions/cache@v3

.github/workflows/snyk-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/setup-java@v3
1616
with:
1717
distribution: 'adopt'
18-
java-version: 1.8
18+
java-version: 8
1919

2020
- name: Cache Maven packages
2121
uses: actions/cache@v3

0 commit comments

Comments
 (0)