Skip to content

Commit c32e41f

Browse files
committed
Make secret scanning method public
1 parent 59e4f75 commit c32e41f

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@v2
113+
- uses: actions/setup-java@v4
114114
with:
115-
java-version: 8
115+
java-version: 11
116116
distribution: 'zulu'
117117
cache: 'maven'
118118
- name: Deploy

0 commit comments

Comments
 (0)