Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b30e2d2 + 07a54c2 commit c995761Copy full SHA for c995761
.github/actions/setup-java/action.yml
@@ -19,7 +19,7 @@ runs:
19
with:
20
maven-version: ${{ inputs.mvn-version }}
21
- name: Set up JDK 17
22
- uses: actions/setup-java@5896cecc08fd8a1fbdfaf517e29b571164b031f7 # v4.2.0
+ uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
23
if: inputs.install-jdk == 'true'
24
25
java-version: '17'
0 commit comments