We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91d00aa commit 775d17eCopy full SHA for 775d17e
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
- java: 8
20
- java: 11
21
steps:
22
- - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
+ - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
23
- uses: actions/setup-java@9704b39bf258b59bc04b50fa2dd55e9ed76b47a8 # v4.1.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