We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8de894 commit aa2b81aCopy full SHA for aa2b81a
2 files changed
.github/workflows/main.yml
@@ -28,7 +28,7 @@ jobs:
28
matrix:
29
java-version: [21, 24]
30
steps:
31
- - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
32
with:
33
submodules: 'true'
34
.github/workflows/release.yml
@@ -52,7 +52,7 @@ jobs:
52
exit 1
53
fi
54
55
56
57
fetch-depth: '0'
58
0 commit comments