Skip to content

Commit 36e4d23

Browse files
committed
Make secret scanning method public
1 parent c32e41f commit 36e4d23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ jobs:
110110
needs: [build, test-8, test]
111111
steps:
112112
- uses: actions/checkout@v2
113-
- uses: actions/setup-java@v4
113+
- uses: actions/setup-java@v2
114114
with:
115-
java-version: 11
115+
java-version: 8
116116
distribution: 'zulu'
117117
cache: 'maven'
118118
- name: Deploy

0 commit comments

Comments
 (0)