We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 65bd599 + ef20231 commit faf4cc9Copy full SHA for faf4cc9
1 file changed
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
java: [ 8, 11, 17 ]
19
name: Java ${{ matrix.java }} build
20
steps:
21
- - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
22
- name: Set up JDK ${{ matrix.java }}
23
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
24
with:
@@ -43,7 +43,7 @@ jobs:
43
runs-on: ubuntu-latest
44
environment: sonatype
45
46
47
- name: Set up JDK 8
48
49
0 commit comments