We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4d60c4 commit 9f1d2b5Copy full SHA for 9f1d2b5
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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
+ - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # 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