We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f337488 commit fd8b12dCopy full SHA for fd8b12d
.github/workflows/maven.yml
@@ -23,7 +23,7 @@ jobs:
23
with:
24
fetch-depth: 0
25
- name: Set up JDK
26
- uses: actions/setup-java@c3ac5dd0ed8db40fedb61c32fbe677e6b355e94c # v3
+ uses: actions/setup-java@1df8dbefe2a8cbc99770194893dd902763bee34b # v3
27
28
distribution: 'zulu'
29
java-version: ${{ matrix.java_version }}
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
18
19
20
21
java-version: 11
22
0 commit comments