We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e4a673 commit 817e38fCopy full SHA for 817e38f
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
- java: 8
20
- java: 11
21
steps:
22
- - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23
- uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4.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