We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dda3024 commit 259cb04Copy full SHA for 259cb04
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
- java: 8
20
- java: 11
21
steps:
22
- - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
+ - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
23
- uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13.0
24
with:
25
java-version: ${{ matrix.java }}
.github/workflows/release.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
timeout-minutes: 20
9
10
11
12
fetch-depth: 0
13
0 commit comments