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