We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0114b6d commit 5d4cdc7Copy full SHA for 5d4cdc7
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
build:
20
runs-on: ubuntu-latest
21
steps:
22
- - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
+ - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
23
- name: Set up JDK
24
uses: actions/setup-java@v4
25
with:
@@ -39,7 +39,7 @@ jobs:
39
40
needs: [build]
41
42
43
44
45
0 commit comments