File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1212 verify-gradle-wrapper :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v2
16- 15+ - uses : actions/checkout@7884fcad6b5d53d10323aee724dc68d8b9096a2e # tag= v2
16+ - uses : gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b # tag= v1.0.4
1717
1818 build :
1919 if : " ! contains(toJSON(github.event.commits.*.message), '[skip ci]')"
2222 matrix :
2323 jdk : [11, 15, 16]
2424 steps :
25- - uses : actions/checkout@v2
26- 25+ - uses : actions/checkout@7884fcad6b5d53d10323aee724dc68d8b9096a2e # tag= v2
26+ - uses : actions/cache@c64c572235d810460d0d6876e9c705ad5002b353 # tag= v2.1.6
2727 with :
2828 path : |
2929 ~/.gradle/caches
3232 restore-keys : |
3333 ${{ runner.os }}-jdk-${{ matrix.jdk }}-gradlewrapper-${{ hashFiles('**/gradle-wrapper.properties') }}-gradlescripts-
3434 - name : Set up JDK
35- 35+ uses : actions/setup-java@8db439b6b47e5e12312bf036760bbaa6893481ac # tag= v2.3.1
3636 with :
3737 java-version : ${{ matrix.jdk }}
3838 distribution : adopt
@@ -50,19 +50,19 @@ jobs:
5050
5151 steps :
5252 - name : Check out code
53- uses : actions/checkout@v2
53+ uses : actions/checkout@7884fcad6b5d53d10323aee724dc68d8b9096a2e # tag= v2
5454 with :
5555 fetch-depth : ' 0' # https://github.com/shipkit/shipkit-changelog#fetch-depth-on-ci
5656
57- 57+ - uses : actions/cache@c64c572235d810460d0d6876e9c705ad5002b353 # tag= v2.1.6
5858 with :
5959 path : |
6060 ~/.gradle/caches
6161 ~/.gradle/wrapper
6262 key : releasing-${{ runner.os }}-jdk-${{ matrix.jdk }}-gradlewrapper-${{ hashFiles('**/gradle-wrapper.properties') }}-gradlescripts-${{ hashFiles('**/*.gradle*') }}
6363
6464 - name : Set up Java 11
65- 65+ uses : actions/setup-java@8db439b6b47e5e12312bf036760bbaa6893481ac # tag= v2.3.1
6666 with :
6767 java-version : 11
6868 distribution : adopt
You can’t perform that action at this time.
0 commit comments